Makefile.in 430 Bytes
Newer Older
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 9
	colordlg.c \
	filedlg.c \
10
	filedlg31.c \
11
	filedlgbrowser.c \
12
	finddlg.c \
13
	fontdlg.c \
14
	itemdlg.c \
15 16
	printdlg.c

17
RC_SRCS = comdlg32.rc
18

19 20
SVG_SRCS = \
	pd32_collate.svg \
21 22 23
	pd32_landscape.svg \
	pd32_nocollate.svg \
	pd32_portrait.svg
24

25
IDL_SRCS = comdlg32_classes.idl