projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comdlg32: Make commdlg.dll into a stand-alone 16-bit module.
[wine]
/
dlls
/
commdlg.dll16
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = commdlg.dll16
6
IMPORTS = comdlg32 user32 gdi32 kernel32
7
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,comdlg32.dll
8
9
C_SRCS = \
10
colordlg.c \
11
filedlg.c \
12
finddlg.c \
13
fontdlg.c \
14
printdlg.c
15
16
@MAKE_DLL_RULES@
17
18
@DEPENDENCIES@ # everything below this line is overwritten by make depend