2007-12-07 17:02:30 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = actxprxy.dll
|
2009-09-11 12:28:31 +02:00
|
|
|
IMPORTS = uuid oleaut32 ole32 rpcrt4 kernel32 ntdll
|
|
|
|
EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
|
2007-12-07 17:02:30 +01:00
|
|
|
|
|
|
|
EXTRA_OBJS = dlldata.o
|
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
usrmarshal.c
|
|
|
|
|
|
|
|
IDL_P_SRCS = \
|
2009-09-11 12:28:31 +02:00
|
|
|
actxprxy_activscp.idl \
|
2009-09-11 12:31:26 +02:00
|
|
|
actxprxy_comcat.idl \
|
2009-09-11 12:33:13 +02:00
|
|
|
actxprxy_docobj.idl \
|
2009-09-11 12:33:50 +02:00
|
|
|
actxprxy_hlink.idl \
|
2009-09-11 12:34:47 +02:00
|
|
|
actxprxy_htiframe.idl \
|
2009-09-11 12:35:48 +02:00
|
|
|
actxprxy_objsafe.idl \
|
2009-09-11 12:36:53 +02:00
|
|
|
actxprxy_ocmm.idl \
|
2009-09-11 12:39:37 +02:00
|
|
|
actxprxy_servprov.idl \
|
2009-09-11 12:41:13 +02:00
|
|
|
actxprxy_shobjidl.idl \
|
|
|
|
actxprxy_urlhist.idl
|
2007-12-07 17:02:30 +01:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|