projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comdlg32: Exclude the driver path from the result.
[wine]
/
dlls
/
comdlg32
/
tests
/
Makefile.in
1
TESTDLL = comdlg32.dll
2
IMPORTS = uuid shell32 ole32 comdlg32 winspool user32 gdi32
3
4
C_SRCS = \
5
filedlg.c \
6
finddlg.c \
7
fontdlg.c \
8
itemdlg.c \
9
printdlg.c
10
11
RC_SRCS = rsrc.rc
12
13
@MAKE_TEST_RULES@