VirtualBox

Changeset 52909 in vbox


Ignore:
Timestamp:
Oct 1, 2014 5:59:51 AM (10 years ago)
Author:
vboxsync
Message:

Config.kmk,Makefile.kmk: Disable merge module installers by default, whoever wants to have them can have the pleasure of enabling them manually or locally.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r52774 r52909  
    648648 VBOX_WITH_MMR = 1
    649649endif
    650 # Use merge modules if we're not doing an official release. This will increase
     650# Enables use of merge modules in the windows installer. This will increase
    651651# the overall installer size significantly because merge modules are not able
    652652# to use a common .cab file to reduce their size.
    653 ifneq ($(int-mod $(VBOX_VERSION_BUILD),2),0)
    654  VBOX_WITH_MSM_INSTALL := 1
    655  VBOX_INSTALLER_LANGUAGES = en_US
    656 endif
    657 ifeq ($(USERNAME),andy)
    658  VBOX_WITH_MSM_INSTALL := 1
    659  VBOX_INSTALLER_LANGUAGES = en_US
    660 endif
     653#VBOX_WITH_MSM_INSTALL = 1
    661654## @}
    662655
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r52779 r52909  
    5151#
    5252ifndef VBOX_INSTALLER_LANGUAGES
    53 VBOX_INSTALLER_LANGUAGES  = en_US de_DE fr_FR it_IT zh_TW
    54 VBOX_INSTALLER_LANGUAGES += $(VBOX_INSTALLER_ADD_LANGUAGES)
     53 ifdef VBOX_WITH_MSM_INSTALL ## @todo Dunno why this has to be this way, ask Andy.
     54  VBOX_INSTALLER_LANGUAGES = en_US
     55 else
     56  VBOX_INSTALLER_LANGUAGES  = en_US de_DE fr_FR it_IT zh_TW
     57  VBOX_INSTALLER_LANGUAGES += $(VBOX_INSTALLER_ADD_LANGUAGES)
     58 endif
    5559endif
    5660
Note: See TracChangeset for help on using the changeset viewer.

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