Changeset 106991 in vbox for trunk/src/VBox/Installer/win/Makefile.kmk
- Timestamp:
- Nov 13, 2024 4:02:33 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r106990 r106991 724 724 $(VBOX_WIN_INST_REPACK_DIR)/ $(VBOX_WIN_INST_REPACK_DIR)/files-VirtualBox_$(lang)/ ) 725 725 $(QUIET)$(RM) -f -- "$$@" "$(VBOX_WIN_INST_OUT_DIR)/VirtualBox_$(lang).wixlib" "$(VBOX_WIN_INST_REPACK_DIR)/VirtualBox_$(lang).wixlib" 726 ## @todo r=bird: Wtf do we duplicate most/all of VBOX_WIN_INST_ENV here?726 ## @todo r=bird: Wtf do we duplicate most/all of VBOX_WIN_INST_ENV here? 727 727 $(REDIRECT) \ 728 728 -E 'PATH_OUT=$(subst /,\,$(PATH_OUT))' \ … … 845 845 | $$$$(dir $$$$@) $(VBOX_WIN_INST_REPACK_DIR)/ 846 846 $(QUIET)$(RM) -f -- "$$@" "$(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module)_$(lang).wix" "$(VBOX_WIN_INST_REPACK_DIR)/VBoxMerge$(module)_$(lang).wix" 847 ## @todo r=bird: Wtf do we duplicate most/all of VBOX_WIN_INST_ENV here? This stuff is surely out of sync.847 ## @todo r=bird: Wtf do we duplicate most/all of VBOX_WIN_INST_ENV here? This stuff is surely out of sync. 848 848 $(REDIRECT) \ 849 849 -E 'PATH_OUT=$(subst /,\,$(PATH_OUT))' \ … … 1044 1044 # 1045 1045 # Only contains the minimal set of stuff to get a language-specific .msi built. 1046 # We also don't need waste time to compress anything here. 1046 1047 # 1047 1048 define def_vbox_create_mst … … 1059 1060 $(call MSG_L1,Creating language diff for $(lang)) 1060 1061 kmk_time $$(REDIRECT_EXT) -E WIX_TEMP='$$(subst /,\,$$(@D))' $(VBOX_WIN_INST_ENV) \ 1062 -E 'VBOX_CAB_COMPRESSION_LEVEL=none' \ 1063 -E 'VBOX_CAB_COMPRESSION_LEVEL_COMMON=none' \ 1061 1064 -- $(VBOX_TOOLS_WIN_WIX_BIN) build \ 1062 1065 -intermediatefolder $$(@D)/wix-temp/ \
Note:
See TracChangeset
for help on using the changeset viewer.