mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 09:20:56 +00:00
14 lines
201 B
Makefile
14 lines
201 B
Makefile
TESTDLL = comdlg32.dll
|
|
IMPORTS = uuid shell32 ole32 comdlg32 winspool user32 gdi32
|
|
|
|
C_SRCS = \
|
|
filedlg.c \
|
|
finddlg.c \
|
|
fontdlg.c \
|
|
itemdlg.c \
|
|
printdlg.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|