Changeset 107937 in vbox
- Timestamp:
- Jan 27, 2025 11:07:23 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167182
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r107814 r107937 2641 2641 VBOX_PATH_MSITRAN ?= $(PATH_SDK_$(VBOX_WINPSDK)_BIN)/../x86/MsiTran.Exe 2642 2642 VBOX_PATH_MSIDB ?= $(PATH_SDK_$(VBOX_WINPSDK)_BIN)/../x86/MsiDb.Exe 2643 # Note! The scripts has been moved to Bin in v8.0. 2644 VBOX_PATH_WISUBSTG ?= $(PATH_SDK_$(VBOX_WINPSDK)_BIN)/WiSubStg.vbs 2645 VBOX_PATH_WISUMINFO ?= $(PATH_SDK_$(VBOX_WINPSDK)_BIN)/WiSumInf.vbs 2643 # Note! The scripts have been moved to Bin in v8.0. 2644 # Note! Always select the x86 directory here, as the following scripts only are available for x86, 2645 # but also are needed in order to build the Windows/Arm host installer. 2646 VBOX_PATH_WISUBSTG ?= $(PATH_SDK_$(VBOX_WINPSDK)_BIN)/../x86/WiSubStg.vbs 2647 VBOX_PATH_WISUMINFO ?= $(PATH_SDK_$(VBOX_WINPSDK)_BIN)/../x86/WiSumInf.vbs 2646 2648 2647 2649 ifdef VBOX_OSE ## @todo try get rid of this crap! People can use the latest and greatest Yasm release, no need to check in the binary for OSE.
Note:
See TracChangeset
for help on using the changeset viewer.