comdlg32: Make tests pass with native comctl32.
[wine] / dlls / comdlg32 / tests / Makefile.in
1 TESTDLL   = comdlg32.dll
2 IMPORTS   = uuid shell32 ole32 comdlg32 winspool user32 gdi32
3
4 C_SRCS = \
5         filedlg.c \
6         finddlg.c \
7         fontdlg.c \
8         itemdlg.c \
9         printdlg.c
10
11 RC_SRCS = rsrc.rc
12
13 @MAKE_TEST_RULES@