Support images on the tabs of pages that are added (not just the
[wine] / dlls / oleaut32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = oleaut32.dll
6 IMPORTS   = ole32 user32 gdi32 advapi32 kernel32
7 DELAYIMPORTS = comctl32
8 ALTNAMES  = ole2disp.dll typelib.dll
9 EXTRALIBS = $(LIBUNICODE) $(LIBUUID) @JPEGLIB@
10
11 LDDLLFLAGS = @LDDLLFLAGS@
12 SYMBOLFILE = $(MODULE).tmp.o
13
14 C_SRCS = \
15         connpt.c \
16         dispatch.c \
17         hash.c \
18         ole2disp.c \
19         oleaut.c \
20         olefont.c \
21         olepicture.c \
22         parsedt.c \
23         safearray.c \
24         stubs.c \
25         tmarshal.c \
26         typelib.c \
27         variant.c
28
29 RC_SRCS = version.rc
30
31 CTESTS = tests/vartest.c
32
33 EXTRASUBDIRS = tests
34
35 @MAKE_DLL_RULES@
36
37 ### Dependencies:
38