2003-01-03 19:12:55 +00:00
|
|
|
EXTRADEFS = -D_OLE32_ -DCOM_NO_WINDOWS_H
|
1999-09-19 18:36:53 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = ole32.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = libole32.$(IMPLIBEXT)
|
2002-05-11 23:06:32 +00:00
|
|
|
IMPORTS = advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
|
2005-03-17 20:50:35 +00:00
|
|
|
EXTRALIBS = -luuid $(LIBUNICODE)
|
2000-11-30 20:29:30 +00:00
|
|
|
|
1999-09-19 18:36:53 +00:00
|
|
|
C_SRCS = \
|
|
|
|
antimoniker.c \
|
|
|
|
bindctx.c \
|
|
|
|
clipboard.c \
|
|
|
|
compobj.c \
|
|
|
|
compositemoniker.c \
|
|
|
|
datacache.c \
|
|
|
|
defaulthandler.c \
|
2005-03-17 20:50:35 +00:00
|
|
|
dictionary.c \
|
2000-02-26 19:11:25 +00:00
|
|
|
errorinfo.c \
|
1999-09-19 18:36:53 +00:00
|
|
|
filemoniker.c \
|
2002-08-03 00:17:10 +00:00
|
|
|
ftmarshal.c \
|
2003-03-11 01:45:38 +00:00
|
|
|
git.c \
|
1999-09-19 18:36:53 +00:00
|
|
|
hglobalstream.c \
|
|
|
|
ifs.c \
|
|
|
|
itemmoniker.c \
|
2002-02-05 18:11:17 +00:00
|
|
|
marshal.c \
|
1999-09-19 18:36:53 +00:00
|
|
|
memlockbytes.c \
|
|
|
|
moniker.c \
|
|
|
|
ole2.c \
|
|
|
|
ole2stubs.c \
|
2000-03-08 18:49:36 +00:00
|
|
|
ole2impl.c \
|
2000-11-05 20:16:15 +00:00
|
|
|
ole32_main.c \
|
1999-09-19 18:36:53 +00:00
|
|
|
oleobj.c \
|
2002-02-05 18:11:17 +00:00
|
|
|
oleproxy.c \
|
2003-03-28 19:33:04 +00:00
|
|
|
regsvr.c \
|
2002-02-05 18:11:17 +00:00
|
|
|
rpc.c \
|
1999-09-19 18:36:53 +00:00
|
|
|
stg_bigblockfile.c \
|
2005-02-21 20:58:09 +00:00
|
|
|
stg_prop.c \
|
1999-09-19 18:36:53 +00:00
|
|
|
stg_stream.c \
|
2004-12-27 19:21:47 +00:00
|
|
|
storage32.c \
|
|
|
|
stubmanager.c
|
1999-09-19 18:36:53 +00:00
|
|
|
|
2003-05-15 22:55:37 +00:00
|
|
|
C_SRCS16 = \
|
|
|
|
memlockbytes16.c \
|
2003-07-09 19:49:12 +00:00
|
|
|
ole16.c \
|
|
|
|
ole2_16.c \
|
|
|
|
ole2nls.c \
|
|
|
|
storage.c
|
2003-01-05 01:04:34 +00:00
|
|
|
|
2004-08-11 23:59:06 +00:00
|
|
|
SPEC_SRCS16 = \
|
|
|
|
compobj.spec \
|
|
|
|
ole2.spec \
|
|
|
|
ole2conv.spec \
|
|
|
|
ole2nls.spec \
|
|
|
|
ole2prox.spec \
|
|
|
|
ole2thk.spec \
|
|
|
|
storage.spec
|
|
|
|
|
2004-10-27 00:47:53 +00:00
|
|
|
RC_SRCS = ole32res.rc
|
2003-10-03 05:01:33 +00:00
|
|
|
RC_BINSRC = ole32res.rc
|
|
|
|
RC_BINARIES = \
|
|
|
|
drag_copy.cur \
|
|
|
|
drag_link.cur \
|
|
|
|
drag_move.cur \
|
|
|
|
nodrop.cur
|
2000-11-05 20:16:15 +00:00
|
|
|
|
2004-08-22 22:33:57 +00:00
|
|
|
IDL_SRCS = \
|
|
|
|
dcom.idl
|
|
|
|
|
2004-08-11 00:17:52 +00:00
|
|
|
SUBDIRS = tests
|
|
|
|
|
2000-03-04 22:31:27 +00:00
|
|
|
@MAKE_DLL_RULES@
|
2000-01-31 05:02:49 +00:00
|
|
|
|
1999-09-19 18:36:53 +00:00
|
|
|
### Dependencies:
|
2004-09-21 00:35:02 +00:00
|
|
|
|
|
|
|
# note: this will get overwritten by make depend
|
|
|
|
$(ALL_OBJS): $(IDL_SRCS:.idl=.h)
|