- Timestamp:
- Apr 26, 2018 3:05:24 PM (7 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r72040 r72044 1007 1007 Scripts/PackDriversForSubmission.cmd \ 1008 1008 Scripts/UnpackBlessedDrivers.cmd \ 1009 Scripts/RepackExtPack.cmd \1010 1009 $(RePackScripts_0_OUTDIR)/sign-dual.cmd \ 1011 1010 $(RePackScripts_0_OUTDIR)/sign-sha1.cmd \ 1012 1011 $(RePackScripts_0_OUTDIR)/VMMR0.inf \ 1013 1012 $(RePackScripts_0_OUTDIR)/VBoxExtPackPuel.inf 1013 if !defined(VBOX_WITH_COMBINED_PACKAGE) || "$(KBUILD_TARGET_ARCH)" == "x86" 1014 RePackScripts_SOURCES += \ 1015 Scripts/RepackExtPack.cmd 1016 endif 1014 1017 RePackScripts_CLEAN = \ 1015 1018 $(RePackScripts_0_OUTDIR)/sign-dual.cmd \ -
trunk/src/VBox/Installer/win/Scripts/RepackExtPack.cmd
r72041 r72044 128 128 if not exist "%_MY_OPT_BINDIR_X86%" goto error_bindir_x86_does_not_exist 129 129 130 if ".%_MY_OPT_BINDIR_AMD64%" == "." set _MY_OPT_BINDIR_AMD64= _MY_OPT_BINDIR_X86\..\..\..\win.amd64\release\bin130 if ".%_MY_OPT_BINDIR_AMD64%" == "." set _MY_OPT_BINDIR_AMD64=%_MY_OPT_BINDIR_X86%\..\..\..\win.amd64\release\bin 131 131 if not exist "%_MY_OPT_BINDIR_AMD64%" goto error_bindir_amd64_does_not_exist 132 132
Note:
See TracChangeset
for help on using the changeset viewer.