Changeset 72044 in vbox for trunk/src/VBox/Installer/win/Scripts
- Timestamp:
- Apr 26, 2018 3:05:24 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.