ntdll: Make exception test not hang when creating process fails.
[wine/multimedia.git] / dlls / comdlg32 / Makefile.in
blobdded9a30d28772a6d1e7aa0351685d023f086b97
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = comdlg32.dll
6 IMPORTLIB = libcomdlg32.$(IMPLIBEXT)
7 IMPORTS = shell32 shlwapi comctl32 winspool user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = ole32
9 EXTRALIBS = -luuid
11 C_SRCS = \
12 cdlg32.c \
13 colordlg.c \
14 filedlg.c \
15 filedlg31.c \
16 filedlgbrowser.c \
17 finddlg32.c \
18 fontdlg.c \
19 printdlg.c
21 C_SRCS16 = \
22 colordlg16.c \
23 filedlg16.c \
24 finddlg16.c \
25 fontdlg16.c \
26 printdlg16.c
28 SPEC_SRCS16 = commdlg.spec
30 RC_SRCS = rsrc.rc
31 RC_BINSRC = cdlg_xx.rc
32 RC_BINARIES = \
33 800.bmp \
34 cdrom.ico \
35 floppy.ico \
36 folder.ico \
37 folder2.ico \
38 fontpics.bmp \
39 hdisk.ico \
40 network.ico \
41 pd32_collate.ico \
42 pd32_landscape.ico \
43 pd32_nocollate.ico \
44 pd32_portrait.ico
46 @MAKE_DLL_RULES@
48 @DEPENDENCIES@ # everything below this line is overwritten by make depend