msvcr90/tests: Fix the type info test for 64-bit.
[wine.git] / dlls / oleaut32 / Makefile.in
blobde61a256fc891fd338f44ae7d4689257de38482a
1 MODULE = oleaut32.dll
2 IMPORTLIB = oleaut32
3 IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32
4 DELAYIMPORTS = comctl32 urlmon windowscodecs
5 EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H \
6 -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL \
7 -DPROXY_CLSID_IS="{0xb196b286,0xbab4,0x101a,{0xb6,0x9c,0x00,0xaa,0x00,0x34,0x1d,0x07}}"
9 C_SRCS = \
10 connpt.c \
11 dispatch.c \
12 hash.c \
13 oleaut.c \
14 olefont.c \
15 olepicture.c \
16 olepropframe.c \
17 recinfo.c \
18 safearray.c \
19 tmarshal.c \
20 typelib.c \
21 typelib2.c \
22 usrmarshal.c \
23 varformat.c \
24 variant.c \
25 vartype.c
27 RC_SRCS = oleaut32.rc
28 PO_SRCS = oleaut32.rc
30 IDL_P_SRCS = \
31 oleaut32_oaidl.idl \
32 oleaut32_ocidl.idl
34 IDL_R_SRCS = \
35 oleaut32_oaidl.idl \
36 oleaut32_ocidl.idl
38 EXTRA_OBJS = dlldata.o
40 @MAKE_DLL_RULES@