atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / comdlg32 / Makefile.in
1 MODULE    = comdlg32.dll
2 IMPORTLIB = comdlg32
3 IMPORTS   = uuid shell32 shlwapi comctl32 winspool user32 gdi32 advapi32
4 DELAYIMPORTS = ole32
5
6 C_SRCS = \
7         cdlg32.c \
8         colordlg.c \
9         filedlg.c \
10         filedlg31.c \
11         filedlgbrowser.c \
12         finddlg.c \
13         fontdlg.c \
14         itemdlg.c \
15         printdlg.c
16
17 RC_SRCS = comdlg32.rc
18 PO_SRCS = comdlg32.rc
19
20 SVG_SRCS = \
21         pd32_collate.svg \
22         pd32_landscape.svg \
23         pd32_nocollate.svg \
24         pd32_portrait.svg
25
26 IDL_R_SRCS = comdlg32_classes.idl
27
28 @MAKE_DLL_RULES@