wscript: Get extension name by strrchrW instead of strchrW.
[wine.git] / dlls / oleaut32 / tests / Makefile.in
blobe47e2fe00356f5b05e9676dfed4085d51606000d
1 TESTDLL = oleaut32.dll
2 IMPORTS = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32
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
16 RC_SRCS = tmarshal.rc
18 IDL_I_SRCS = \
19 test_reg.idl \
20 tmarshal.idl
22 IDL_TLB_SRCS = \
23 test_reg.idl \
24 test_tlb.idl \
25 tmarshal.idl
27 @MAKE_TEST_RULES@