VirtualBox

Changeset 80799 in vbox for trunk/src


Ignore:
Timestamp:
Sep 15, 2019 7:44:37 PM (5 years ago)
Author:
vboxsync
Message:

Installer/win: more fixes for re-packing a single build installer

Location:
trunk/src/VBox/Installer/win
Files:
3 edited

Legend:

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

    r80798 r80799  
    10741074                $(subst $(KBUILD_BIN_PATH),%KBUILD_BIN_PATH%,$(subst $(KBUILD_DEVTOOLS),%KBUILD_DEVTOOLS%, \
    10751075                $(if-expr defined(VBOX_WITH_MSM_INSTALL), \
    1076                 ,'call sign-dual.cmd ../../../win.amd64/$(KBUILD_TYPE)/repack/$(notdir $(PACKAGE_NAME_MULTIARCH_COMMONCAB)) || exit /b1') \
    10771076                '..\bin\VBoxStubBld.exe ^' \
    10781077                '  -out $(@F) ^' \
  • trunk/src/VBox/Installer/win/Scripts/Single-3-Repack.cmd

    r80769 r80799  
    201201echo .
    202202
     203echo * Creating multi arch installer...
     204for %%i in (4-*.cmd) do (call %%i || goto end_failed)
     205echo .
     206
    203207
    204208set _MY_OUT_FILES=
  • trunk/src/VBox/Installer/win/StubBld/Makefile.kmk

    r79891 r80799  
    1919include $(KBUILD_PATH)/subheader.kmk
    2020
     21if !defined(VBOX_WITH_COMBINED_BUILD) || "$(KBUILD_TARGET_ARCH)" == "x86"
     22PROGRAMS += VBoxStubBld
     23else
    2124BLDPROGS += VBoxStubBld
     25endif
    2226VBoxStubBld_TEMPLATE= VBoxBldProg
    2327VBoxStubBld_DEFS    = _WIN32_WINNT=0x0400 VBOX_SVN_REV=$(VBOX_SVN_REV) $(VBOX_SVN_REV_KMK)
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