projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 1.5.29.
[wine]
/
dlls
/
ole32
/
tests
/
Makefile.in
1
TESTDLL = ole32.dll
2
IMPORTS = oleaut32 ole32 user32 gdi32 advapi32
3
4
C_SRCS = \
5
clipboard.c \
6
compobj.c \
7
defaulthandler.c \
8
dragdrop.c \
9
errorinfo.c \
10
hglobalstream.c \
11
marshal.c \
12
moniker.c \
13
ole2.c \
14
propvariant.c \
15
stg_prop.c \
16
storage32.c \
17
usrmarshal.c
18
19
@MAKE_TEST_RULES@