Moved dll-specific make rules to a separate Makedll.rules file.
[wine.git] / dlls / commdlg / Makefile.in
blobeb2f6ffb10f59a580ff6db4ea63171a212cfc14e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = comdlg32
6 SOVERSION = 1.0
7 IMPORTS = shell32 ole32 comctl32 winspool winmm
8 WRCEXTRA = -s -pcomdlg32
10 SPEC_SRCS = commdlg.spec comdlg32.spec
12 C_SRCS = \
13 cdlg32.c \
14 colordlg.c \
15 filedlg.c \
16 filedlg95.c \
17 filedlgbrowser.c \
18 finddlg.c \
19 finddlg32.c \
20 filetitle.c \
21 fontdlg.c \
22 generic.c \
23 printdlg.c
25 RC_SRCS= \
26 rsrc.rc
28 @MAKE_DLL_RULES@
30 all: check_wrc
32 ### Dependencies: