makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / commdlg.dll16 / Makefile.in
1 MODULE    = commdlg.dll16
2 IMPORTS   = comdlg32 user32 gdi32
3 EXTRADLLFLAGS = -m16 -Wb,--main-module,comdlg32.dll
4
5 C_SRCS = \
6         colordlg.c \
7         filedlg.c \
8         finddlg.c \
9         fontdlg.c \
10         printdlg.c
11
12 @MAKE_DLL_RULES@