50 lines
860 B
Makefile
50 lines
860 B
Makefile
EXTRADEFS = -D_OLE32_
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ole32.dll
|
|
IMPORTS = advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
|
|
ALTNAMES = ole2.dll ole2nls.dll ole2conv.dll ole2prox.dll ole2thk.dll storage.dll compobj.dll
|
|
EXTRALIBS = $(LIBUUID)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
antimoniker.c \
|
|
bindctx.c \
|
|
clipboard.c \
|
|
compobj.c \
|
|
compositemoniker.c \
|
|
datacache.c \
|
|
defaulthandler.c \
|
|
errorinfo.c \
|
|
filemoniker.c \
|
|
ftmarshal.c \
|
|
hglobalstream.c \
|
|
ifs.c \
|
|
itemmoniker.c \
|
|
marshal.c \
|
|
memlockbytes.c \
|
|
moniker.c \
|
|
ole16.c \
|
|
ole2.c \
|
|
ole2stubs.c \
|
|
ole2impl.c \
|
|
ole2nls.c \
|
|
ole32_main.c \
|
|
oleobj.c \
|
|
oleproxy.c \
|
|
rpc.c \
|
|
stg_bigblockfile.c \
|
|
stg_stream.c \
|
|
storage.c \
|
|
storage32.c
|
|
|
|
RC_SRCS = ole32res.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|