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

31 lines
918 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="ntdll_winetest" type="win32cui" installbase="bin" installname="ntdll_winetest.exe" allowwarnings="true">
<compilerflag compiler="cc">-Wno-format</compilerflag>
<include base="ntdll_winetest">.</include>
<define name="__USE_W32API" />
<define name="__ROS_LONG64__" />
<library>kernel32</library>
<library>ntdll</library>
<file>atom.c</file>
<file>change.c</file>
<file>env.c</file>
<file>error.c</file>
<file>exception.c</file>
<file>file.c</file>
<file>info.c</file>
<file>large_int.c</file>
<file>om.c</file>
<file>path.c</file>
<file>port.c</file>
<file>reg.c</file>
<file>rtlbitmap.c</file>
<file>rtl.c</file>
<file>rtlstr.c</file>
<file>string.c</file>
<file>time.c</file>
<file>testlist.c</file>
</module>
</group>