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

24 lines
784 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="setupapi_winetest" type="win32cui" installbase="bin" installname="setupapi_winetest.exe" allowwarnings="true">
<compilerflag compiler="cc">-Wno-format</compilerflag>
<include base="setupapi_winetest">.</include>
<define name="__USE_W32API" />
<define name="__ROS_LONG64__" />
<library>ntdll</library>
<library>kernel32</library>
<library>advapi32</library>
<library>setupapi</library>
<library>user32</library>
<file>devclass.c</file>
<file>devinst.c</file>
<file>install.c</file>
<file>misc.c</file>
<file>parser.c</file>
<file>query.c</file>
<file>stringtable.c</file>
<file>testlist.c</file>
</module>
</group>