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

18 lines
602 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="GUI" type="win32gui" installbase="system32" installname="testGUI.exe" allowwarnings="true" unicode="yes">
<include base="GUI">.</include>
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
<define name="__ROS_LONG64__" />
<library>gdi32</library>
<library>kernel32</library>
<library>user32</library>
<library>comctl32</library>
<file>browsewnd.c</file>
<file>mainwnd.c</file>
<file>misc.c</file>
<file>WinetestsGUI.rc</file>
<pch>precomp.h</pch>
</module>