Changeset 57142 in vbox for trunk/Config.kmk
- Timestamp:
- Jul 31, 2015 1:52:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r57113 r57142 226 226 227 227 # Force the additions.sh script to get an exact additions build when we're doing the release. 228 ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0)228 #ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0) 229 229 VBOX_RELEASE_EXACT_MATCH=1 230 endif230 #endif 231 231 ifneq ($(VBOX_RELEASE_EXACT_MATCH),) 232 232 export VBOX_ADDITIONS_SH_MODE = release … … 655 655 # the overall installer size significantly because merge modules are not able 656 656 # to use a common .cab file to reduce their size. 657 #VBOX_WITH_MSM_INSTALL = 1657 VBOX_WITH_MSM_INSTALL = 1 658 658 ## @} 659 659
Note:
See TracChangeset
for help on using the changeset viewer.