oleaut32: Use WIC to decode gif files.
[wine] / dlls / oleaut32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = oleaut32.dll
6 IMPORTLIB = oleaut32
7 IMPORTS   = uuid ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = comctl32 urlmon windowscodecs
9 EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H \
10     -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_CLSID=CLSID_PSDispatch -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
11 EXTRAINCL = @PNGINCL@
12
13 C_SRCS = \
14         connpt.c \
15         dispatch.c \
16         hash.c \
17         oleaut.c \
18         olefont.c \
19         olepicture.c \
20         recinfo.c \
21         regsvr.c \
22         safearray.c \
23         stubs.c \
24         tmarshal.c \
25         typelib.c \
26         typelib2.c \
27         usrmarshal.c \
28         varformat.c \
29         variant.c \
30         vartype.c
31
32 RC_SRCS = \
33         oleaut32_Bg.rc \
34         oleaut32_Cz.rc \
35         oleaut32_Da.rc \
36         oleaut32_De.rc \
37         oleaut32_El.rc \
38         oleaut32_En.rc \
39         oleaut32_Eo.rc \
40         oleaut32_Es.rc \
41         oleaut32_Fr.rc \
42         oleaut32_Hu.rc \
43         oleaut32_It.rc \
44         oleaut32_Ko.rc \
45         oleaut32_Lt.rc \
46         oleaut32_Nl.rc \
47         oleaut32_No.rc \
48         oleaut32_Pl.rc \
49         oleaut32_Pt.rc \
50         oleaut32_Ro.rc \
51         oleaut32_Ru.rc \
52         oleaut32_Si.rc \
53         oleaut32_Sv.rc \
54         oleaut32_Th.rc \
55         oleaut32_Tr.rc \
56         oleaut32_Zh.rc \
57         version.rc
58
59 IDL_P_SRCS = \
60         oleaut32_oaidl.idl \
61         oleaut32_ocidl.idl
62
63 EXTRA_OBJS = dlldata.o
64
65 @MAKE_DLL_RULES@
66
67 @DEPENDENCIES@  # everything below this line is overwritten by make depend