mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
actxprxy: Convert dll registration to the IRegistrar mechanism.
This commit is contained in:
parent
41eb98e4b7
commit
a5859c800e
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user