wrc: Move temp file management from wpp directly into the load_file function.
[wine/multimedia.git] / dlls / user.exe16 / Makefile.in
blobc0ac137b5717b6815b7c1cc1ecd086ffc14f2135
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = user.exe16
6 IMPORTS = mpr user32 gdi32 kernel32 kernel ntdll
7 EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,user32.dll,--heap,65520
8 EXTRARCFLAGS = -O res16
10 C_SRCS = \
11 bidi.c \
12 comm.c \
13 dialog.c \
14 hook.c \
15 message.c \
16 network.c \
17 user.c \
18 window.c
20 RC_SRCS = version.rc
22 @MAKE_DLL_RULES@