2002-03-20 23:19:06 +01:00
|
|
|
MODULE = ole32.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = ole32
|
2010-07-21 13:24:34 +02:00
|
|
|
IMPORTS = uuid advapi32 user32 gdi32 rpcrt4
|
2012-07-18 16:55:44 +02:00
|
|
|
DELAYIMPORTS = oleaut32
|
2014-01-07 12:20:25 +01:00
|
|
|
EXTRADEFS = -D_OLE32_
|
2000-11-30 21:29:30 +01:00
|
|
|
|
1999-09-19 20:36:53 +02:00
|
|
|
C_SRCS = \
|
|
|
|
antimoniker.c \
|
|
|
|
bindctx.c \
|
2006-05-08 16:55:14 +02:00
|
|
|
classmoniker.c \
|
1999-09-19 20:36:53 +02:00
|
|
|
clipboard.c \
|
2008-10-11 13:30:08 +02:00
|
|
|
comcat.c \
|
1999-09-19 20:36:53 +02:00
|
|
|
compobj.c \
|
|
|
|
compositemoniker.c \
|
|
|
|
datacache.c \
|
|
|
|
defaulthandler.c \
|
2005-03-17 21:50:35 +01:00
|
|
|
dictionary.c \
|
2006-07-11 09:12:38 +02:00
|
|
|
enumx.c \
|
2000-02-26 20:11:25 +01:00
|
|
|
errorinfo.c \
|
2010-07-17 18:56:17 +02:00
|
|
|
filelockbytes.c \
|
1999-09-19 20:36:53 +02:00
|
|
|
filemoniker.c \
|
2002-08-03 02:17:10 +02:00
|
|
|
ftmarshal.c \
|
2003-03-11 02:45:38 +01:00
|
|
|
git.c \
|
1999-09-19 20:36:53 +02:00
|
|
|
hglobalstream.c \
|
|
|
|
ifs.c \
|
|
|
|
itemmoniker.c \
|
2002-02-05 19:11:17 +01:00
|
|
|
marshal.c \
|
1999-09-19 20:36:53 +02:00
|
|
|
memlockbytes.c \
|
|
|
|
moniker.c \
|
|
|
|
ole2.c \
|
2000-03-08 19:49:36 +01:00
|
|
|
ole2impl.c \
|
2009-07-03 13:26:38 +02:00
|
|
|
ole2stubs.c \
|
2000-11-05 21:16:15 +01:00
|
|
|
ole32_main.c \
|
1999-09-19 20:36:53 +02:00
|
|
|
oleobj.c \
|
2002-02-05 19:11:17 +01:00
|
|
|
oleproxy.c \
|
2008-01-31 15:45:10 +01:00
|
|
|
pointermoniker.c \
|
2002-02-05 19:11:17 +01:00
|
|
|
rpc.c \
|
2005-02-21 21:58:09 +01:00
|
|
|
stg_prop.c \
|
1999-09-19 20:36:53 +02:00
|
|
|
stg_stream.c \
|
2004-12-27 20:21:47 +01:00
|
|
|
storage32.c \
|
2005-11-29 11:35:27 +01:00
|
|
|
stubmanager.c \
|
|
|
|
usrmarshal.c
|
1999-09-19 20:36:53 +02:00
|
|
|
|
2004-10-27 02:47:53 +02:00
|
|
|
RC_SRCS = ole32res.rc
|
2000-11-05 21:16:15 +01:00
|
|
|
|
2013-12-31 18:15:17 +01:00
|
|
|
IDL_SRCS = \
|
2010-12-03 19:51:08 +01:00
|
|
|
dcom.idl \
|
2013-12-31 18:15:17 +01:00
|
|
|
irot.idl \
|
2010-12-03 19:51:08 +01:00
|
|
|
ole32_objidl.idl \
|
|
|
|
ole32_oleidl.idl \
|
|
|
|
ole32_unknwn.idl
|
2014-01-07 12:20:25 +01:00
|
|
|
|
|
|
|
dlldata_EXTRADEFS = -DENTRY_PREFIX=OLE32_ -DPROXY_CLSID=CLSID_PSFactoryBuffer -DWINE_REGISTER_DLL
|