msi: Stub out a few more Installer object methods.
[wine] / dlls / oleaut32 / Makefile.in
index 2c360b0..a8ab7b4 100644 (file)
@@ -1,18 +1,19 @@
-EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H
 TOPSRCDIR = @top_srcdir@
 TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = oleaut32.dll
-IMPORTS   = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
-DELAYIMPORTS = comctl32 urlmon
-EXTRALIBS = $(LIBUNICODE) -luuid
+IMPORTLIB = oleaut32
+IMPORTS   = uuid ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
+DELAYIMPORTS = comctl32 urlmon windowscodecs
+EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H \
+    -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL \
+    -DPROXY_CLSID_IS="{0xb196b286,0xbab4,0x101a,{0xb6,0x9c,0x00,0xaa,0x00,0x34,0x1d,0x07}}"
 
 C_SRCS = \
        connpt.c \
        dispatch.c \
        hash.c \
-       oaidl_p.c \
        oleaut.c \
        olefont.c \
        olepicture.c \
@@ -28,18 +29,39 @@ C_SRCS = \
        variant.c \
        vartype.c
 
-C_SRCS16 = \
-       ole2disp.c \
-       typelib16.c
+RC_SRCS = \
+       oleaut32_Bg.rc \
+       oleaut32_Cz.rc \
+       oleaut32_Da.rc \
+       oleaut32_De.rc \
+       oleaut32_El.rc \
+       oleaut32_En.rc \
+       oleaut32_Eo.rc \
+       oleaut32_Es.rc \
+       oleaut32_Fr.rc \
+       oleaut32_Hu.rc \
+       oleaut32_It.rc \
+       oleaut32_Ko.rc \
+       oleaut32_Lt.rc \
+       oleaut32_Nl.rc \
+       oleaut32_No.rc \
+       oleaut32_Pl.rc \
+       oleaut32_Pt.rc \
+       oleaut32_Ro.rc \
+       oleaut32_Ru.rc \
+       oleaut32_Si.rc \
+       oleaut32_Sv.rc \
+       oleaut32_Th.rc \
+       oleaut32_Tr.rc \
+       oleaut32_Zh.rc \
+       version.rc
 
-SPEC_SRCS16 = \
-       ole2disp.spec \
-       typelib.spec
+IDL_P_SRCS = \
+       oleaut32_oaidl.idl \
+       oleaut32_ocidl.idl
 
-RC_SRCS = oleaut32.rc
-
-SUBDIRS = tests
+EXTRA_OBJS = dlldata.o
 
 @MAKE_DLL_RULES@
 
-### Dependencies:
+@DEPENDENCIES@  # everything below this line is overwritten by make depend