From e8d6023ad54625e36559b86b11089dcfa5cfa3d8 Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Tue, 24 Jun 2008 09:05:56 +0000 Subject: [PATCH] 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 --- rostests/winetests/GUI/GUI.rbuild | 16 ++++++++++++++++ rostests/winetests/GUI/rsrc.rc | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 rostests/winetests/GUI/GUI.rbuild diff --git a/rostests/winetests/GUI/GUI.rbuild b/rostests/winetests/GUI/GUI.rbuild new file mode 100644 index 00000000000..746cecc78bd --- /dev/null +++ b/rostests/winetests/GUI/GUI.rbuild @@ -0,0 +1,16 @@ + + + + . + 0x600 + 0x501 + gdi32 + kernel32 + user32 + comctl32 + browsewnd.c + mainwnd.c + misc.c + WinetestsGUI.rc + precomp.h + diff --git a/rostests/winetests/GUI/rsrc.rc b/rostests/winetests/GUI/rsrc.rc index 5fb3d83f3e8..25ddc122f56 100644 --- a/rostests/winetests/GUI/rsrc.rc +++ b/rostests/winetests/GUI/rsrc.rc @@ -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"