mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Add Rbuild files for WineTestGUI.
I had to disable the Icons to be able to build it. They seem to be invalid. svn path=/trunk/; revision=34067
This commit is contained in:
parent
2bd794488a
commit
e8d6023ad5
2 changed files with 18 additions and 2 deletions
16
rostests/winetests/GUI/GUI.rbuild
Normal file
16
rostests/winetests/GUI/GUI.rbuild
Normal file
|
@ -0,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>
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue