1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = actxprxy.dll
6 IMPORTS = uuid oleaut32 ole32 rpcrt4 kernel32 ntdll
7 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
8
9 EXTRA_OBJS = dlldata.o
10
11 C_SRCS = \
12 usrmarshal.c
13
14 IDL_P_SRCS = \
15 actxprxy_activscp.idl \
16 actxprxy_comcat.idl \
17 actxprxy_docobj.idl \
18 actxprxy_hlink.idl \
19 actxprxy_htiframe.idl \
20 actxprxy_objsafe.idl \
21 actxprxy_ocmm.idl \
22 actxprxy_servprov.idl \
23 actxprxy_shobjidl.idl \
24 actxprxy_urlhist.idl
25
26 @MAKE_DLL_RULES@
27
28 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.