1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 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 colordlg.c \
13 filedlg.c \
14 filedlg31.c \
15 filedlgbrowser.c \
16 finddlg32.c \
17 fontdlg.c \
18 printdlg.c
19
20 C_SRCS16 = \
21 colordlg16.c \
22 filedlg16.c \
23 finddlg16.c \
24 fontdlg16.c \
25 printdlg16.c
26
27 SPEC_SRCS16 = commdlg.spec
28
29 RC_SRCS = rsrc.rc
30
31 @MAKE_DLL_RULES@
32
33 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.