e42c4f6c8f
- and split it into easily useable patches
54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
----------------------------------------------------------------------
|
|
Patch name: patch.win32-vitaly-vorobyov
|
|
Author: Vitaly Vorobyov
|
|
Date: 03/08/2003
|
|
Status: New
|
|
|
|
Detailed description:
|
|
|
|
PATCH 2:
|
|
Misc enhancements:
|
|
[x] bochs.manifest file added for win32res.rc for WinXP & Win2003,
|
|
win32res.rc updated for new icons & manifest
|
|
[x] WinXP icons (32bit with alpha) (made from bochs site images
|
|
'linux windows & bsd in the box' & 'empty box')
|
|
|
|
|
|
You also need to add file from patch.win32-new-files-vitaly-vorobyov.tgz
|
|
|
|
Patch was created with:
|
|
cvs diff -u
|
|
Apply patch to what version:
|
|
cvs checked out on 3 Aug 2003
|
|
Instructions:
|
|
To patch, go to main bochs directory.
|
|
Type "patch -p0 < THIS_PATCH_FILE".
|
|
----------------------------------------------------------------------
|
|
Index: win32res.rc
|
|
===================================================================
|
|
RCS file: /cvsroot/bochs/bochs/win32res.rc,v
|
|
retrieving revision 1.4
|
|
diff -u -r1.4 win32res.rc
|
|
--- win32res.rc 15 Jul 2003 21:02:05 -0000 1.4
|
|
+++ win32res.rc 4 Aug 2003 14:58:47 -0000
|
|
@@ -1,7 +1,13 @@
|
|
+#define ISOLATION_AWARE_ENABLED
|
|
#include <windows.h>
|
|
#include "gui\win32res.h"
|
|
|
|
-ICON_BOCHS ICON build\win32\nsis\bochs.ico
|
|
+ICON_BOCHS ICON build\win32\nsis\logo.ico
|
|
+1 ICON build\win32\nsis\lgban.ico
|
|
+2 ICON build\win32\nsis\bochs.ico
|
|
+
|
|
+// Manifest for WinXP & Win2003
|
|
+1 24 "bochs.manifest"
|
|
|
|
ASK_DLG DIALOG 30, 30, 200, 100
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
@@ -38,3 +44,4 @@
|
|
DEFPUSHBUTTON "OK", IDOK, 40, 55, 50, 14
|
|
PUSHBUTTON "Cancel", IDCANCEL, 100, 55, 50, 14
|
|
END
|
|
+
|