Changeset 52773 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 17, 2014 11:57:32 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r52635 r52773 52 52 VBOX_INSTALLER_LANGUAGES = en_US de_DE fr_FR it_IT zh_TW 53 53 VBOX_INSTALLER_LANGUAGES += $(VBOX_INSTALLER_ADD_LANGUAGES) 54 55 #56 # Use merge modules if we're not doing an official release.57 # This will increase the overall installer size significantly because58 # merge modules are not able to use a common .cab file to reduce their59 # size.60 #61 ifneq ($(int-mod $(VBOX_VERSION_BUILD),2),0)62 VBOX_WITH_MSM_INSTALL := 163 VBOX_INSTALLER_LANGUAGES = en_US64 endif65 66 ifeq ($(USERNAME),andy)67 VBOX_WITH_MSM_INSTALL := 168 VBOX_INSTALLER_LANGUAGES = en_US69 endif70 54 71 55 #
Note:
See TracChangeset
for help on using the changeset viewer.