Sweden-Number/dlls/oleaut32/Makefile.in

44 lines
843 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oleaut32.dll
IMPORTLIB = oleaut32
IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
2005-03-04 13:30:26 +01:00
DELAYIMPORTS = comctl32 urlmon
EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H \
-DENTRY_PREFIX=OLEAUTPS_ -DPROXY_CLSID=CLSID_PSDispatch -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
EXTRAINCL = @PNGINCL@
C_SRCS = \
connpt.c \
2000-12-20 00:29:58 +01:00
dispatch.c \
hash.c \
oleaut.c \
olefont.c \
2000-07-15 16:59:11 +02: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
2004-10-27 02:47:53 +02:00
RC_SRCS = oleaut32.rc
IDL_P_SRCS = \
oleaut32_oaidl.idl \
oleaut32_ocidl.idl
EXTRA_OBJS = dlldata.o
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend