projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ddraw/tests: Fix compilation on systems that don't support nameless unions.
[wine]
/
dlls
/
oleaut32
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = oleaut32.dll
6
IMPORTS = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 kernel32
7
8
CTESTS = \
9
olefont.c \
10
olepicture.c \
11
safearray.c \
12
tmarshal.c \
13
typelib.c \
14
usrmarshal.c \
15
varformat.c \
16
vartest.c \
17
vartype.c
18
19
RC_SRCS = tmarshal.rc
20
21
IDL_I_SRCS = tmarshal.idl
22
23
IDL_TLB_SRCS = \
24
test_tlb.idl \
25
tmarshal.idl
26
27
@MAKE_TEST_RULES@
28
29
@DEPENDENCIES@ # everything below this line is overwritten by make depend