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
jscript: Added initial prototype of functions.
[wine.git]
/
dlls
/
comdlg32
/
Makefile.in
blob
f63260a60b4543fd6d73178a39efcb0352245af8
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