wineps.drv: Don't return an error for empty glyphs.
[wine/testsucceed.git] / dlls / oleaut32 / tests / Makefile.in
blobaba934ca4183a0ce62c60796033a7c7d33cd80ef
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
8 C_SRCS = \
9 dispatch.c \
10 olefont.c \
11 olepicture.c \
12 safearray.c \
13 tmarshal.c \
14 typelib.c \
15 usrmarshal.c \
16 varformat.c \
17 vartest.c \
18 vartype.c
20 RC_SRCS = tmarshal.rc
22 IDL_I_SRCS = \
23 test_reg.idl \
24 tmarshal.idl
26 IDL_TLB_SRCS = \
27 test_reg.idl \
28 test_tlb.idl \
29 tmarshal.idl
31 @MAKE_TEST_RULES@