wine/dlls/oleaut32/Makefile.in
Alexandre Julliard 5be8e7d8e0 Created a small static library in ole/libuuid.a that contains all the
UUID definitions (with the help of Francois Gouget).
2000-12-06 01:50:47 +00:00

28 lines
394 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oleaut32
ALTNAMES = ole2disp typelib
EXTRALIBS = $(LIBUUID)
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
connpt.c \
ole2disp.c \
oleaut.c \
olefont.c \
olepicture.c \
parsedt.c \
safearray.c \
stubs.c \
typelib.c \
variant.c
@MAKE_DLL_RULES@
### Dependencies: