actxprxy: Convert dll registration to the IRegistrar mechanism.

This commit is contained in:
Alexandre Julliard 2010-12-13 21:25:41 +01:00
parent 41eb98e4b7
commit a5859c800e
1 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MODULE = actxprxy.dll
IMPORTS = uuid oleaut32 ole32 rpcrt4
EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
EXTRA_OBJS = dlldata.o
@ -19,4 +19,16 @@ IDL_P_SRCS = \
actxprxy_shobjidl.idl \
actxprxy_urlhist.idl
IDL_R_SRCS = \
actxprxy_activscp.idl \
actxprxy_comcat.idl \
actxprxy_docobj.idl \
actxprxy_hlink.idl \
actxprxy_htiframe.idl \
actxprxy_objsafe.idl \
actxprxy_ocmm.idl \
actxprxy_servprov.idl \
actxprxy_shobjidl.idl \
actxprxy_urlhist.idl
@MAKE_DLL_RULES@