VirtualBox

Changeset 8755 in vbox


Ignore:
Timestamp:
May 11, 2008 4:49:21 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30732
Message:

Added bits of the vista ddk (6000) and switch to its resource compiler (when not cross building) so we can use the 256x256 icon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r8748 r8755  
    10521052endif
    10531053
     1054# The icons to use.
    10541055ifdef VBOX_OSE
    10551056 VBOX_WINDOWS_ICON_FILE ?= $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_win.ico
    10561057 VBOX_MACOSX_ICON_FILE  ?= $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox.icns
    10571058else
    1058  #VBOX_WINDOWS_ICON_FILE ?= $(PATH_ROOT)/src/VBox/Artwork/VirtualBox-vista.ico - need more recent RC.
    1059  VBOX_WINDOWS_ICON_FILE ?= $(PATH_ROOT)/src/VBox/Artwork/VirtualBox-winxp.ico
     1059 ifeq ($(KBUILD_HOST),win)
     1060  VBOX_WINDOWS_ICON_FILE ?= $(PATH_ROOT)/src/VBox/Artwork/VirtualBox-vista.ico
     1061  TOOL_VCC80X86_RC   := $(PATH_DEVTOOLS)/win.x86/ddk/6000/bin/x86/rc.exe
     1062  TOOL_VCC80AMD64_RC := $(PATH_DEVTOOLS)/win.x86/ddk/6000/bin/x86/rc.exe
     1063  TOOL_VCC70_RC      := $(PATH_DEVTOOLS)/win.x86/ddk/6000/bin/x86/rc.exe
     1064 else
     1065  VBOX_WINDOWS_ICON_FILE ?= $(PATH_ROOT)/src/VBox/Artwork/VirtualBox-winxp.ico
     1066 endif
    10601067 VBOX_MACOSX_ICON_FILE  ?= $(PATH_ROOT)/src/VBox/Artwork/VirtualBox.icns
    10611068endif
     1069
    10621070
    10631071#
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette