Changeset 51031 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 10, 2014 11:30:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r51028 r51031 752 752 # 753 753 # Make the multi-architecture installer by calling our stub builder 754 # with both platform installers (x86 and amd64) + common cab. We only 754 # with both platform installers (x86 and amd64) + common cab. The common 755 # cab only is needed when we don't use merge modules. We only 755 756 # need to do this once; so do it on x86 only. 756 757 # … … 761 762 $$(VBoxStubBld_1_TARGET) 762 763 $(call MSG_L1,Building Windows combined package) 763 $( call VBOX_SIGN_FILE_FN,$(VBOX_WIN_INST_OUT_DIR)/$(PACKAGE_NAME_MULTIARCH_COMMONCAB))764 $(if $(VBOX_WITH_MSM_INSTALL),,$(call VBOX_SIGN_FILE_FN,$(VBOX_WIN_INST_OUT_DIR)/$(PACKAGE_NAME_MULTIARCH_COMMONCAB))) 764 765 $(REDIRECT) -C $(@D) -- \ 765 766 $(VBoxStubBld_1_TARGET) -out $@ \ 766 767 -target-x86 $(PATH_MULTIARCH_TEMP)/$(PACKAGE_NAME_MULTIARCH.x86) \ 767 768 -target-amd64 $(PATH_MULTIARCH_TEMP)/$(PACKAGE_NAME_MULTIARCH.amd64) \ 768 -target-all $(VBOX_WIN_INST_OUT_DIR)/$(PACKAGE_NAME_MULTIARCH_COMMONCAB) \769 $(if $(VBOX_WITH_MSM_INSTALL),,-target-all $(VBOX_WIN_INST_OUT_DIR)/$(PACKAGE_NAME_MULTIARCH_COMMONCAB)) \ 769 770 -stub $(PATH_STAGE_BIN)/VBoxStub.exe 770 771 $(call VBOX_SIGN_FILE_FN,$@)
Note:
See TracChangeset
for help on using the changeset viewer.