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