VirtualBox

Ignore:
Timestamp:
Nov 13, 2024 4:02:33 PM (3 months ago)
Author:
vboxsync
Message:

Installer/win/Makefile.kmk: Try avoid compressing unused language .mst files. scm fixes jiraref:VBP-1442

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r106990 r106991  
    724724                        $(VBOX_WIN_INST_REPACK_DIR)/ $(VBOX_WIN_INST_REPACK_DIR)/files-VirtualBox_$(lang)/ )
    725725        $(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?
    727727        $(REDIRECT) \
    728728                -E 'PATH_OUT=$(subst /,\,$(PATH_OUT))' \
     
    845845                | $$$$(dir $$$$@) $(VBOX_WIN_INST_REPACK_DIR)/
    846846        $(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.
    848848        $(REDIRECT) \
    849849                -E 'PATH_OUT=$(subst /,\,$(PATH_OUT))' \
     
    10441044#
    10451045# 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.
    10461047#
    10471048define def_vbox_create_mst
     
    10591060        $(call MSG_L1,Creating language diff for $(lang))
    10601061        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' \
    10611064                -- $(VBOX_TOOLS_WIN_WIX_BIN) build \
    10621065                -intermediatefolder $$(@D)/wix-temp/ \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette