Fixed compilation error
[bochs-mirror.git] / patches / patch.mingw-resources
bloba12966e2bfc70a41f6ca7d001dc2cb9615b3e92c
1 ----------------------------------------------------------------------
2 Patch name: patch.mingw-resources
3 Author: Jeroen Janssen
4 Date: 2003-08-19
5 Status: not applied
7 Detailed description:\r
8 \r
9 Changes the .rc (resource) files to use forware (/) style slashes\r
10 instead of backwards style ones. \r
11 This allows for crosscompilation from linux using a crosscompiler.\r
14 Patch was created with:
15   cvs diff -u
16 Apply patch to what version:
17   cvs checked out on DATE, release version VER
18 Instructions:
19   To patch, go to main bochs directory.
20   Type "patch -p0 < THIS_PATCH_FILE".
21 ----------------------------------------------------------------------
23 Index: win32res.rc
24 ===================================================================
25 RCS file: /cvsroot/bochs/bochs/win32res.rc,v
26 retrieving revision 1.4
27 diff -u -r1.4 win32res.rc
28 --- win32res.rc 15 Jul 2003 21:02:05 -0000      1.4
29 +++ win32res.rc 19 Aug 2003 16:40:03 -0000
30 @@ -1,7 +1,7 @@
31  #include <windows.h>
32 -#include "gui\win32res.h"
33 +#include "gui/win32res.h"
35 -ICON_BOCHS ICON build\win32\nsis\bochs.ico
36 +ICON_BOCHS ICON build/win32/nsis/bochs.ico
38  ASK_DLG DIALOG 30, 30, 200, 100
39  STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
40 Index: wxbochs.rc
41 ===================================================================
42 RCS file: /cvsroot/bochs/bochs/wxbochs.rc,v
43 retrieving revision 1.4
44 diff -u -r1.4 wxbochs.rc
45 --- wxbochs.rc  13 Jul 2003 23:30:55 -0000      1.4
46 +++ wxbochs.rc  19 Aug 2003 16:40:03 -0000
47 @@ -1,5 +1,5 @@
48  #include "config.h"\r
49 -icon_bochs ICON build\win32\nsis\bochs.ico\r
50 +icon_bochs ICON build/win32/nsis/bochs.ico\r
51  #include "wx/msw/wx.rc"\r
52  #if BX_WITH_WIN32\r
53  #include "win32res.rc"