VirtualBox

Ignore:
Timestamp:
Aug 12, 2020 5:40:42 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139871
Message:

Artwork,Installer/win,Fe/QT: Corrections to r139867 and the Windows 10 start menu icons. bugref:9641

  • We do the installing of GUI stuff from the GUI makefile not the installer one (see MacOS).
  • We very very seldom do $(CP) or $(INSTALL) rules to do this, we use INSTALLS targets (see MacOS app files in the GUI).
  • The new PNGs shouldn't be in the windows specific Artwork subdir, but in the cross platform one with the related PNGs.
  • The installer dependencies should be automatic, so no need to change the Makefile there.
  • Exporer.exe is looking for the manifest using a camel cased name rather than all lowercase, so name the xml file accordingly.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r85389 r85724  
    16951695
    16961696
     1697
     1698ifeq ($(KBUILD_TARGET),win)
     1699#
     1700# Install the visual manifest and associated PNGs.
     1701#
     1702INSTALLS.win += VirtualBoxManifest
     1703VirtualBoxManifest_INST = $(INST_VIRTUALBOX)
     1704VirtualBoxManifest_DEFPATH = $(PATH_ROOT)/src/VBox/Artwork/$(if-expr defined(VBOX_OSE),OSE,NonOSE)/
     1705VirtualBoxManifest_SOURCES := \
     1706        virtualbox-70px.png=>VirtualBox_70px.png \
     1707        virtualbox-150px.png=>VirtualBox_150px.png \
     1708       $(PATH_SUB_CURRENT)/src/platform/win/VirtualBox.VisualElementsManifest.xml
     1709
     1710endif
     1711
     1712
    16971713ifeq ($(KBUILD_TARGET),darwin)
    16981714#
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