45 lines
629 B
Makefile
45 lines
629 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ole
|
|
|
|
C_SRCS = \
|
|
antimoniker.c \
|
|
bindctx.c \
|
|
compobj.c \
|
|
compositemoniker.c \
|
|
datacache.c \
|
|
defaulthandler.c \
|
|
filemoniker.c \
|
|
guid.c \
|
|
hglobalstream.c \
|
|
ifs.c \
|
|
itemmoniker.c \
|
|
memlockbytes.c \
|
|
moniker.c \
|
|
ole2.c \
|
|
ole2disp.c \
|
|
ole2nls.c \
|
|
ole2stubs.c \
|
|
olecli.c \
|
|
oledlg.c \
|
|
olefont.c \
|
|
oleobj.c \
|
|
olesvr.c \
|
|
parsedt.c \
|
|
safearray.c \
|
|
stg_bigblockfile.c \
|
|
stg_stream.c \
|
|
storage.c \
|
|
storage32.c \
|
|
typelib.c \
|
|
variant.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|