Makefile.in 596 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = comdlg32.dll
6
IMPORTLIB = comdlg32
7
IMPORTS   = uuid shell32 shlwapi comctl32 winspool user32 gdi32 advapi32 kernel32 ntdll
8
DELAYIMPORTS = ole32
9

10
C_SRCS = \
11
	cdlg32.c \
12 13
	colordlg.c \
	filedlg.c \
14
	filedlg31.c \
15
	filedlgbrowser.c \
16
	finddlg32.c \
17 18 19
	fontdlg.c \
	printdlg.c

20
C_SRCS16 = \
21
	colordlg16.c \
22
	filedlg16.c \
23
	finddlg16.c \
24 25
	fontdlg16.c \
	printdlg16.c
26

27 28
SPEC_SRCS16 = commdlg.spec

29
RC_SRCS = rsrc.rc
30

31
@MAKE_DLL_RULES@
32

33
@DEPENDENCIES@  # everything below this line is overwritten by make depend