diff --git a/bochs/build/win32/nsis/lgban.ico b/bochs/build/win32/nsis/lgban.ico new file mode 100755 index 000000000..f4bbdd4d2 Binary files /dev/null and b/bochs/build/win32/nsis/lgban.ico differ diff --git a/bochs/build/win32/nsis/logo.ico b/bochs/build/win32/nsis/logo.ico new file mode 100755 index 000000000..34e66cd67 Binary files /dev/null and b/bochs/build/win32/nsis/logo.ico differ diff --git a/bochs/patches/patch.win32-new-files-vitaly-vorobyov.tgz b/bochs/patches/patch.win32-new-files-vitaly-vorobyov.tgz deleted file mode 100644 index f7e0d1ca1..000000000 Binary files a/bochs/patches/patch.win32-new-files-vitaly-vorobyov.tgz and /dev/null differ diff --git a/bochs/patches/patch.win32-vitaly-vorobyov b/bochs/patches/patch.win32-vitaly-vorobyov deleted file mode 100644 index c4eebb17b..000000000 --- a/bochs/patches/patch.win32-vitaly-vorobyov +++ /dev/null @@ -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 - #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 diff --git a/bochs/win32res.rc b/bochs/win32res.rc index 27c9ebe81..f49a4706b 100644 --- a/bochs/win32res.rc +++ b/bochs/win32res.rc @@ -2,7 +2,8 @@ #include #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