1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00
wine/dlls/oleaut32/Makefile.in
Alexandre Julliard 6af17eec91 oleaut32: Move the call_method thunk to a separate file.
And build it as x86-64 code on ARM64EC.
2024-05-02 09:24:48 +02:00

28 lines
564 B
Makefile

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