Sweden-Number/dlls/oleaut32/tests/Makefile.in

28 lines
385 B
Makefile
Raw Normal View History

TESTDLL = oleaut32.dll
IMPORTS = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32
C_SRCS = \
dispatch.c \
olefont.c \
olepicture.c \
safearray.c \
2007-01-22 23:18:45 +01:00
tmarshal.c \
2004-08-19 22:29:16 +02:00
typelib.c \
usrmarshal.c \
varformat.c \
vartest.c \
vartype.c
2007-01-22 23:18:45 +01:00
RC_SRCS = tmarshal.rc
IDL_I_SRCS = \
test_reg.idl \
tmarshal.idl
IDL_TLB_SRCS = \
test_reg.idl \
test_tlb.idl \
tmarshal.idl
2007-01-22 23:18:45 +01:00
@MAKE_TEST_RULES@