aboutsummaryrefslogtreecommitdiff
path: root/build-msvc.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-06 11:30:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-06 11:30:02 +0200
commit1347d8b34b8675c8bb85aaf28b23e6bcbd121f2b (patch)
treedde6d4fed1289f33ad3ba723c744895ede6813ee /build-msvc.bat
parentd2fbd1b0c7d11372b89ec7655dc80fa8b957d96c (diff)
Minor updates to build scripts
Diffstat (limited to 'build-msvc.bat')
-rw-r--r--build-msvc.bat14
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