Commit a5859c80 authored by Alexandre Julliard's avatar Alexandre Julliard

actxprxy: Convert dll registration to the IRegistrar mechanism.

parent 41eb98e4
MODULE = actxprxy.dll MODULE = actxprxy.dll
IMPORTS = uuid oleaut32 ole32 rpcrt4 IMPORTS = uuid oleaut32 ole32 rpcrt4
EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
EXTRA_OBJS = dlldata.o EXTRA_OBJS = dlldata.o
...@@ -19,4 +19,16 @@ IDL_P_SRCS = \ ...@@ -19,4 +19,16 @@ IDL_P_SRCS = \
actxprxy_shobjidl.idl \ actxprxy_shobjidl.idl \
actxprxy_urlhist.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@ @MAKE_DLL_RULES@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment