diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-mingw.bat | 2 | ||||
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-msvc-14.bat | 3 | ||||
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-msvc-15.bat | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat index a3ffa04..0af0bf2 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -137,7 +137,7 @@ cd %bstrap% @rem Note: executing in a separate cmd.exe to preserve the echo mode. @rem cmd /C build-mingw.bat --make mingw32-make --make -j%NUMBER_OF_PROCESSORS%^ - --timeout %TIMEOUT% g++ %INSTALL% %trust% + --timeout %TIMEOUT% --install-dir %INSTALL% --trust %trust% g++ @if errorlevel 1 goto error cd .. diff --git a/etc/bootstrap/bbot-bootstrap-msvc-14.bat b/etc/bootstrap/bbot-bootstrap-msvc-14.bat index 4e317da..5a84951 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat @@ -120,7 +120,8 @@ cd %bstrap% @rem Note: executing in a separate cmd.exe to preserve the echo mode. @rem -cmd /C build-msvc.bat --timeout %TIMEOUT% %INSTALL% %trust% +cmd /C build-msvc.bat --timeout %TIMEOUT% --install-dir %INSTALL%^ + --trust %trust% @if errorlevel 1 goto error cd .. diff --git a/etc/bootstrap/bbot-bootstrap-msvc-15.bat b/etc/bootstrap/bbot-bootstrap-msvc-15.bat index f1005ad..ff23896 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-15.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-15.bat @@ -118,7 +118,8 @@ cd %bstrap% @rem Note: executing in a separate cmd.exe to preserve the echo mode. @rem -cmd /C build-msvc.bat --timeout %TIMEOUT% %INSTALL% %trust% +cmd /C build-msvc.bat --timeout %TIMEOUT% --install-dir %INSTALL%^ + --trust %trust% @if errorlevel 1 goto error cd .. |