wine/ole/Makefile.in
Francis Beaudet d92b9475a9 Added an implementation of the OLE structured storage. The main
features of this implementation are:
- Can open storages created in Windows.
- Can create new storages that the windows libraries can
  read.
- Provides all the functionality to create/open/remove and
  rename streams and storages inside the main storage object.
1999-01-30 13:24:23 +00:00

37 lines
490 B
Makefile

DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ole
C_SRCS = \
bindctx.c \
compobj.c \
filemoniker.c \
guid.c \
ifs.c \
itemmoniker.c \
moniker.c \
ole2.c \
ole2disp.c \
ole2nls.c \
olecli.c \
oledlg.c \
oleobj.c \
olesvr.c \
parsedt.c \
safearray.c \
storage.c \
storage32.c \
stg_bigblockfile.c \
stg_stream.c \
typelib.c \
variant.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies: