qmgrprxy: Convert dll registration to the IRegistrar mechanism.
This commit is contained in:
parent
7f1f8b6172
commit
a925e3fae6
|
@ -1,9 +1,10 @@
|
||||||
MODULE = qmgrprxy.dll
|
MODULE = qmgrprxy.dll
|
||||||
IMPORTS = rpcrt4
|
IMPORTS = rpcrt4
|
||||||
EXTRADEFS = -DREGISTER_PROXY_DLL
|
EXTRADEFS = -DWINE_REGISTER_DLL
|
||||||
|
|
||||||
IDL_I_SRCS = qmgrprxy.idl
|
IDL_I_SRCS = qmgrprxy.idl
|
||||||
IDL_P_SRCS = qmgrprxy.idl
|
IDL_P_SRCS = qmgrprxy.idl
|
||||||
|
IDL_R_SRCS = qmgrprxy.idl
|
||||||
|
|
||||||
EXTRA_OBJS = dlldata.o
|
EXTRA_OBJS = dlldata.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue