* Bring back rbuild build to be used until bug 6372 is fixed.
[reactos.git] / dll / win32 / rpcrt4 / rpcrt4.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="rpcrt4" type="win32dll" baseaddress="${BASEADDRESS_RPCRT4}" installbase="system32" installname="rpcrt4.dll" allowwarnings="true" crt="msvcrt">
5 <autoregister infsection="OleControlDlls" type="DllRegisterServer" />
6 <importlibrary definition="rpcrt4.spec" />
7 <include base="rpcrt4">.</include>
8 <include base="ReactOS">include/reactos/wine</include>
9 <redefine name="_WIN32_WINNT">0x600</redefine>
10 <define name="_RPCRT4_" />
11 <define name="COM_NO_WINDOWS_H" />
12 <define name="MSWMSG" />
13 <library>wine</library>
14 <library>uuid</library>
15 <library>rpcrt4_epm_client</library>
16 <library>user32</library>
17 <library>advapi32</library>
18 <library>secur32</library>
19 <library>iphlpapi</library>
20 <library>ws2_32</library>
21 <library>ntdll</library>
22 <library>pseh</library>
23 <file>cproxy.c</file>
24 <file>cpsf.c</file>
25 <file>cstub.c</file>
26 <file>ndr_contexthandle.c</file>
27 <file>ndr_clientserver.c</file>
28 <file>ndr_fullpointer.c</file>
29 <file>ndr_marshall.c</file>
30 <file>ndr_ole.c</file>
31 <file>ndr_stubless.c</file>
32 <file>rpc_assoc.c</file>
33 <file>rpc_async.c</file>
34 <file>rpc_binding.c</file>
35 <file>rpc_epmap.c</file>
36 <file>rpc_message.c</file>
37 <file>rpc_server.c</file>
38 <file>rpc_transport.c</file>
39 <file>rpcrt4_main.c</file>
40 <file>unix_func.c</file>
41 <file>ndr_es.c</file>
42 <file>rpcrt4.rc</file>
43 <file>epm.idl</file>
44 <include base="rpcrt4" root="intermediate">.</include>
45 </module>
46 <module name="rpcrt4_epm_client" type="rpcclient">
47 <file>epm.idl</file>
48 </module>
49 </group>