VirtualBox

Changeset 52909 in vbox for trunk/src


Ignore:
Timestamp:
Oct 1, 2014 5:59:51 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96341
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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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