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
wined3d: Remove unused variables.
[wine.git]
/
dlls
/
comdlg32
/
Makefile.in
blob
23ece55897e186ca113b152722565ae05daef31e
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
comdlg32.dll
6
IMPORTLIB
=
comdlg32
7
IMPORTS
=
shell32 shlwapi comctl32 winspool user32 gdi32 advapi32 kernel32 ntdll
8
DELAYIMPORTS
=
ole32
9
EXTRALIBS
= -
luuid
10
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
20
21
C_SRCS16
=
\
22
colordlg16.c \
23
filedlg16.c \
24
finddlg16.c \
25
fontdlg16.c \
26
printdlg16.c
27
28
SPEC_SRCS16
=
commdlg.spec
29
30
RC_SRCS
=
rsrc.rc
31
32
@MAKE_DLL_RULES@
33
34
@DEPENDENCIES@
# everything below this line is overwritten by make depend