Changeset 51118 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Apr 22, 2014 2:55:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r51117 r51118 54 54 55 55 # 56 # List of merge modules to use.57 #58 VBOX_INSTALLER_MERGE_MODULES = App USB NetAdp NetFlt Python59 # We only ship the merge modules in locale en_US for the moment.60 VBOX_INSTALLER_MERGE_LANGUAGES = en_US61 62 #63 56 # Use merge modules if we're not doing an official release. 64 57 # This will increase the overall installer size significantly because … … 68 61 ifneq ($(int-mod $(VBOX_VERSION_BUILD),2),0) 69 62 VBOX_WITH_MSM_INSTALL := 1 70 endif 63 VBOX_INSTALLER_LANGUAGES = en_US 64 endif 65 66 # 67 # List of merge modules to use. 68 # 69 VBOX_INSTALLER_MERGE_MODULES = App USB NetAdp NetFlt Python 70 # We only ship the merge modules in locale en_US for the moment. 71 VBOX_INSTALLER_MERGE_LANGUAGES = $(VBOX_INSTALLER_LANGUAGES) 71 72 72 73 #
Note:
See TracChangeset
for help on using the changeset viewer.