Module: wine Branch: master Commit: a5859c800e08bdc255511487829690c3bd92b3f0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a5859c800e08bdc25551148782...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Dec 13 21:25:41 2010 +0100
actxprxy: Convert dll registration to the IRegistrar mechanism.
---
dlls/actxprxy/Makefile.in | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in index 09ef8b0..15f8e3d 100644 --- a/dlls/actxprxy/Makefile.in +++ b/dlls/actxprxy/Makefile.in @@ -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@