mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
75f6f22d5b
Signed-off-by: Drew Ronneberg <drew_ronneberg@yahoo.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
28 lines
546 B
Makefile
28 lines
546 B
Makefile
MODULE = oleaut32.dll
|
|
IMPORTLIB = oleaut32
|
|
IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32
|
|
DELAYIMPORTS = comctl32 urlmon windowscodecs
|
|
|
|
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
|