1 ----------------------------------------------------------------------
2 Patch name: patch.mingw-resources
7 Detailed description:
\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:
16 Apply patch to what version:
17 cvs checked out on DATE, release version VER
19 To patch, go to main bochs directory.
20 Type "patch -p0 < THIS_PATCH_FILE".
21 ----------------------------------------------------------------------
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
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
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
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
53 #include "win32res.rc"