repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved dll-specific make rules to a separate Makedll.rules file.
[wine.git]
/
dlls
/
commdlg
/
Makefile.in
blob
eb2f6ffb10f59a580ff6db4ea63171a212cfc14e
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
9
10
SPEC_SRCS
=
commdlg.spec comdlg32.spec
11
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
24
25
RC_SRCS
=
\
26
rsrc.rc
27
28
@MAKE_DLL_RULES@
29
30
all
:
check_wrc
31
32
### Dependencies: