mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
f9d92882f0
CreateOleAdviseHolder().
27 lines
339 B
Makefile
27 lines
339 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ole
|
|
|
|
C_SRCS = \
|
|
compobj.c \
|
|
ifs.c \
|
|
moniker.c \
|
|
ole2.c \
|
|
ole2disp.c \
|
|
ole2nls.c \
|
|
olecli.c \
|
|
oledlg.c \
|
|
oleobj.c \
|
|
olesvr.c \
|
|
storage.c \
|
|
typelib.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|