Sync up to trunk head.
[reactos.git] / dll / win32 / qmgrprxy / qmgrprxy.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="qmgrprxy" type="win32dll" baseaddress="${BASEADDRESS_QMGRPRXY}" installbase="system32" entrypoint="0" installname="qmgrprxy.dll" allowwarnings="true">
5 <autoregister infsection="OleControlDlls" type="DllRegisterServer" />
6 <importlibrary definition="qmgrprxy.spec" />
7 <include base="qmgrprxy">.</include>
8 <include base="ReactOS">include/reactos/wine</include>
9 <include base="qmgrprxy" root="intermediate">.</include>
10 <define name="__WINESRC__" />
11 <library>wine</library>
12 <library>qmgrprxy_interface</library>
13 <library>qmgrprxy_proxy</library>
14 <library>ntdll</library>
15 <library>rpcrt4</library>
16 <library>pseh</library>
17 <file>version.rc</file> <!-- we need at least one file in the module -->
18 </module>
19 <module name="qmgrprxy_interface" type="idlinterface">
20 <file>qmgrprxy.idl</file>
21 </module>
22 <module name="qmgrprxy_proxy" type="rpcproxy">
23 <define name="__WINESRC__" />
24 <define name="REGISTER_PROXY_DLL" />
25 <file>qmgrprxy.idl</file>
26 </module>
27 </group>