mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
29 lines
365 B
Makefile
29 lines
365 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 \
|
|
parsedt.c \
|
|
storage.c \
|
|
typelib.c \
|
|
variant.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|