makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / comdlg32 / tests / Makefile.in
1 TESTDLL   = comdlg32.dll
2 IMPORTS   = comdlg32 winspool user32 gdi32
3
4 C_SRCS = \
5         filedlg.c \
6         finddlg.c \
7         fontdlg.c \
8         printdlg.c
9
10 RC_SRCS = rsrc.rc
11
12 @MAKE_TEST_RULES@