diff options
Diffstat (limited to 'build-msvc.bat')
-rw-r--r-- | build-msvc.bat | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/build-msvc.bat b/build-msvc.bat index 95e194f..96bb79f 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -19,7 +19,7 @@ echo Example usage: echo. echo %0 D:\build2 echo. -echo See the INSTALL file for details. +echo See the BOOTSTRAP-MSVC file for details. echo. goto end @@ -112,6 +112,12 @@ build2\build2\b-boot configure^ build2\build2\b-boot install @if errorlevel 1 goto error +where b-stage +@if errorlevel 1 goto error + +where bpkg-stage +@if errorlevel 1 goto error + b-stage --version @if errorlevel 1 goto error @@ -147,6 +153,12 @@ bpkg-stage build --yes build2 bpkg bpkg-stage install build2 bpkg @if errorlevel 1 goto error +where b +@if errorlevel 1 goto error + +where bpkg +@if errorlevel 1 goto error + b --version @if errorlevel 1 goto error |