Author: dreimer Date: Tue Jun 24 04:05:56 2008 New Revision: 34067
URL: http://svn.reactos.org/svn/reactos?rev=34067&view=rev Log: Add Rbuild files for WineTestGUI. I had to disable the Icons to be able to build it. They seem to be invalid.
Added: trunk/rostests/winetests/GUI/GUI.rbuild (with props) Modified: trunk/rostests/winetests/GUI/rsrc.rc
Added: trunk/rostests/winetests/GUI/GUI.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/GUI/GUI.rbuild?r... ============================================================================== --- trunk/rostests/winetests/GUI/GUI.rbuild (added) +++ trunk/rostests/winetests/GUI/GUI.rbuild [iso-8859-1] Tue Jun 24 04:05:56 2008 @@ -1,0 +1,16 @@ +<?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> + <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>
Propchange: trunk/rostests/winetests/GUI/GUI.rbuild ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/rostests/winetests/GUI/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/GUI/rsrc.rc?rev=... ============================================================================== --- trunk/rostests/winetests/GUI/rsrc.rc [iso-8859-1] (original) +++ trunk/rostests/winetests/GUI/rsrc.rc [iso-8859-1] Tue Jun 24 04:05:56 2008 @@ -3,8 +3,8 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-IDI_ICON ICON "res/main.ico" -IDI_TESTS ICON "res/tests.ico" +//IDI_ICON ICON "res/main.ico" +//IDI_TESTS ICON "res/tests.ico"
//#include "lang/bg-BG.rc" //#include "lang/ca-ES.rc"