reactos/rostests/winetests/rpcrt4/rpcrt4.rbuild
KJK::Hyperion bfc3948cfe Warning killing commit
modified   tests/polytest/polytest.cpp
   Use %ld to print LONGs, not %d

modified   tests/vmtest/vmtest.c
   Don't do pointer arithmetics on PVOID

Everything else
   Compile winetests with __ROS_LONG64__

svn path=/trunk/; revision=38873
2009-01-18 06:31:44 +00:00

33 lines
1.1 KiB
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="rpcrt4_winetest_server" type="rpcserver" allowwarnings="true">
<file>server.idl</file>
</module>
<module name="rpcrt4_winetest_client" type="rpcclient">
<file>server.idl</file>
</module>
<module name="rpcrt4_winetest" type="win32cui" installbase="bin" installname="rpcrt4_winetest.exe" allowwarnings="true">
<compilerflag compiler="cc">-Wno-format</compilerflag>
<include base="rpcrt4_winetest">.</include>
<include root="intermediate" base="rpcrt4_winetest">.</include>
<define name="__USE_W32API" />
<define name="__ROS_LONG64__" />
<library>wine</library>
<library>pseh</library>
<library>ole32</library>
<library>uuid</library>
<library>rpcrt4_winetest_server</library>
<library>rpcrt4_winetest_client</library>
<library>rpcrt4</library>
<library>kernel32</library>
<library>ntdll</library>
<file>cstub.c</file>
<file>generated.c</file>
<file>ndr_marshall.c</file>
<file>rpc.c</file>
<file>rpc_async.c</file>
<file>server.c</file>
<file>testlist.c</file>
</module>
</group>