projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
d3d9/tests: Add a software vertexprocessing buffer discard test.
[wine]
/
dlls
/
commdlg.dll16
/
Makefile.in
1
MODULE = commdlg.dll16
2
IMPORTS = comdlg32 user32 gdi32
3
EXTRADLLFLAGS = -m16 -Wb,--main-module,comdlg32.dll
4
5
C_SRCS = \
6
colordlg.c \
7
filedlg.c \
8
finddlg.c \
9
fontdlg.c \
10
printdlg.c
11
12
@MAKE_DLL_RULES@