wine-wine/dlls/oleaut32/Makefile.in

48 lines
792 B
Makefile
Raw Normal View History

EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oleaut32.dll
IMPORTLIB = liboleaut32.$(IMPLIBEXT)
IMPORTS = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
2005-03-04 12:30:26 +00:00
DELAYIMPORTS = comctl32 urlmon
EXTRALIBS = -luuid
C_SRCS = \
connpt.c \
2000-12-19 23:29:58 +00:00
dispatch.c \
hash.c \
oleaut.c \
olefont.c \
2000-07-15 14:59:11 +00:00
olepicture.c \
recinfo.c \
regsvr.c \
safearray.c \
stubs.c \
tmarshal.c \
typelib.c \
typelib2.c \
ungif.c \
usrmarshal.c \
varformat.c \
variant.c \
vartype.c
C_SRCS16 = \
ole2disp.c \
typelib16.c
2002-12-12 03:56:36 +00:00
SPEC_SRCS16 = \
ole2disp.spec \
typelib.spec
2004-10-27 00:47:53 +00:00
RC_SRCS = oleaut32.rc
IDL_P_SRCS = \
oleaut32_oaidl.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend