new Bochs icons from patches folder

This commit is contained in:
Stanislav Shwartsman 2009-11-07 21:07:59 +00:00
parent 9c9d8f66af
commit 6a2b114419
5 changed files with 2 additions and 45 deletions

BIN
bochs/build/win32/nsis/lgban.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
bochs/build/win32/nsis/logo.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

View File

@ -1,44 +0,0 @@
----------------------------------------------------------------------
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
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)
Patch was created with:
diff -u
Apply patch to what version:
cvs checked out on 5 Jul 2005
Instructions:
To patch, go to main bochs directory.
Type "patch -p0 < THIS_PATCH_FILE".
----------------------------------------------------------------------
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 @@
#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 build\win32\bochs.manifest

View File

@ -2,7 +2,8 @@
#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\bochs.ico
// Manifest for WinXP & Win2003
1 24 build\win32\bochs.manifest