makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / user.exe16 / Makefile.in
1 MODULE    = user.exe16
2 IMPORTS   = mpr user32 gdi32
3 EXTRADLLFLAGS = -m16 -Wb,--main-module,user32.dll,--heap,65520
4 EXTRARCFLAGS  = -O res16
5
6 C_SRCS = \
7         bidi.c \
8         comm.c \
9         dialog.c \
10         hook.c \
11         message.c \
12         network.c \
13         user.c \
14         window.c
15
16 RC_SRCS = version.rc
17
18 @MAKE_DLL_RULES@