2003-08-04 19:09:02 +04:00
|
|
|
----------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2005-07-05 23:16:18 +04:00
|
|
|
The file bochs.manifest is now present in the source tree and the WinXP style
|
|
|
|
works fine. We still have to check if we really need all of these icons.
|
|
|
|
(Volker Ruppert, Jul 5th 2005)
|
|
|
|
|
2003-08-04 19:09:02 +04:00
|
|
|
Patch was created with:
|
2005-07-05 23:16:18 +04:00
|
|
|
diff -u
|
2003-08-04 19:09:02 +04:00
|
|
|
Apply patch to what version:
|
2005-07-05 23:16:18 +04:00
|
|
|
cvs checked out on 5 Jul 2005
|
2003-08-04 19:09:02 +04:00
|
|
|
Instructions:
|
|
|
|
To patch, go to main bochs directory.
|
|
|
|
Type "patch -p0 < THIS_PATCH_FILE".
|
|
|
|
----------------------------------------------------------------------
|
2005-07-05 23:16:18 +04:00
|
|
|
diff -urN ../bochs/win32res.rc ./win32res.rc
|
|
|
|
--- ../bochs/win32res.rc 2005-07-05 19:24:06.000000000 +0200
|
|
|
|
+++ ./win32res.rc 2005-07-05 21:03:03.861472256 +0200
|
|
|
|
@@ -2,7 +2,9 @@
|
2003-08-04 19:09:02 +04:00
|
|
|
#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
|
|
|
|
|
2005-07-05 23:16:18 +04:00
|
|
|
// Manifest for WinXP & Win2003
|
|
|
|
1 24 build\win32\bochs.manifest
|