wine/dlls/oleaut32/Makefile.in
Zebediah Figura 077b4391d4 oleaut32: Rip out the old typelib marshaller.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Marcus Meissner <marcus@jet.franken.de>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-12 13:15:27 +01:00

30 lines
571 B
Makefile

MODULE = oleaut32.dll
IMPORTLIB = oleaut32
IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32
DELAYIMPORTS = comctl32 urlmon windowscodecs
EXTRADEFS = -D_OLEAUT32_
C_SRCS = \
connpt.c \
dispatch.c \
hash.c \
oleaut.c \
olefont.c \
olepicture.c \
olepropframe.c \
recinfo.c \
safearray.c \
typelib.c \
usrmarshal.c \
varformat.c \
variant.c \
vartype.c
RC_SRCS = oleaut32.rc
IDL_SRCS = \
oleaut32_oaidl.idl \
oleaut32_ocidl.idl
dlldata_EXTRADEFS = -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer