reactos/rostests/winetests/shlwapi/shlwapi.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

28 lines
818 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="shlwapi_winetest" type="win32cui" installbase="bin" installname="shlwapi_winetest.exe" allowwarnings="true">
<compilerflag compiler="cc">-Wno-format</compilerflag>
<include base="shlwapi_winetest">.</include>
<define name="__ROS_LONG64__" />
<file>clist.c</file>
<file>clsid.c</file>
<file>generated.c</file>
<file>istream.c</file>
<file>ordinal.c</file>
<file>path.c</file>
<file>shreg.c</file>
<file>string.c</file>
<file>url.c</file>
<file>testlist.c</file>
<library>wine</library>
<library>uuid</library>
<library>shlwapi</library>
<library>advapi32</library>
<library>ole32</library>
<library>oleaut32</library>
<library>kernel32</library>
<library>ntdll</library>
</module>
</group>