repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
msi/tests: Move test coverage for standard actions to a separate module.
[wine.git]
/
dlls
/
oleaut32
/
tests
/
Makefile.in
blob
e47e2fe00356f5b05e9676dfed4085d51606000d
1
TESTDLL
=
oleaut32.dll
2
IMPORTS
=
oleaut32 ole32 rpcrt4 user32 gdi32 advapi32
3
4
C_SRCS
=
\
5
dispatch.c \
6
olefont.c \
7
olepicture.c \
8
safearray.c \
9
tmarshal.c \
10
typelib.c \
11
usrmarshal.c \
12
varformat.c \
13
vartest.c \
14
vartype.c
15
16
RC_SRCS
=
tmarshal.rc
17
18
IDL_I_SRCS
=
\
19
test_reg.idl \
20
tmarshal.idl
21
22
IDL_TLB_SRCS
=
\
23
test_reg.idl \
24
test_tlb.idl \
25
tmarshal.idl
26
27
@MAKE_TEST_RULES@