Removed unnecessary code in the 16-bit DllEntryPoint function of some
[wine] / dlls / commdlg / Makefile.in
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 kernel32 ntdll
8 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         cdlg32.c \
12         colordlg.c \
13         filedlg.c \
14         filedlg31.c \
15         filedlgbrowser.c \
16         filetitle.c \
17         finddlg32.c \
18         fontdlg.c \
19         printdlg.c
20
21 C_SRCS16 = \
22         colordlg16.c \
23         filedlg16.c \
24         finddlg.c \
25         fontdlg16.c \
26         printdlg16.c
27
28 SPEC_SRCS16 = commdlg.spec
29
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 
45
46 @MAKE_DLL_RULES@
47
48 ### Dependencies: