Changeset 104466 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 30, 2024 1:43:03 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r104454 r104466 572 572 -loc $(VBOX_WIN_INST_OUT_DIR)/NLS/License_$(lang).wxl \ 573 573 -lib $(VBOX_WIN_INST_OUT_DIR)/VirtualBox_$(lang).wixlib \ 574 -ext $(VBOX_TOOLS_WIN_WIXEXT_DIR)/WixToolset.DifxApp.wixext.dll \ 574 575 -ext $(VBOX_TOOLS_WIN_WIXEXT_DIR)/WixToolset.Util.wixext.dll \ 575 576 -pdbtype none \ … … 589 590 ' files-VirtualBox_$(lang)/License_$(lang).wxl ^' \ 590 591 ' -lib VirtualBox_en_US.wixlib ^' \ 592 ' -ext $(VBOX_TOOLS_WIN_WIXEXT_DIR)/WixToolset.DifxApp.wixext.dll ^' \ 591 593 ' -ext $(VBOX_TOOLS_WIN_WIXEXT_DIR)/WixToolset.Util.wixext.dll ^' \ 592 594 ' -pdbtype none ^' \ … … 1044 1046 -lib $(VBOX_WIN_INST_OUT_DIR)/VirtualBox_en_US.wixlib \ 1045 1047 -ext $(VBOX_TOOLS_WIN_WIXEXT_DIR)/WixToolset.Util.wixext.dll \ 1048 -ext $(VBOX_TOOLS_WIN_WIXEXT_DIR)/WixToolset.DifxApp.wixext.dll \ 1046 1049 -pdbtype none \ 1047 1050 -out $$(@D)/$(PACKAGE_NAME_LANG)_$(lang).msi
Note:
See TracChangeset
for help on using the changeset viewer.