projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
widl: Use the output buffer functions to write typelibs.
[wine]
/
dlls
/
shlwapi
/
tests
/
Makefile.in
1
TESTDLL = shlwapi.dll
2
IMPORTS = shlwapi user32 ole32 oleaut32 advapi32
3
4
C_SRCS = \
5
assoc.c \
6
clist.c \
7
clsid.c \
8
generated.c \
9
istream.c \
10
ordinal.c \
11
path.c \
12
shreg.c \
13
string.c \
14
thread.c \
15
url.c
16
17
@MAKE_TEST_RULES@