winegcc: Add detection for --param options.
[wine/multimedia.git] / dlls / oleaut32 / Makefile.in
blob96aa6799ab120468bfd8e35745ea10d989ffe24c
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_DELEGATION -DREGISTER_PROXY_DLL \
11 -DPROXY_CLSID_IS="{0xb196b286,0xbab4,0x101a,{0xb6,0x9c,0x00,0xaa,0x00,0x34,0x1d,0x07}}"
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
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_Uk.rc \
57 oleaut32_Zh.rc \
58 version.rc
60 IDL_P_SRCS = \
61 oleaut32_oaidl.idl \
62 oleaut32_ocidl.idl
64 EXTRA_OBJS = dlldata.o
66 @MAKE_DLL_RULES@