From 1347d8b34b8675c8bb85aaf28b23e6bcbd121f2b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Sep 2016 11:30:02 +0200 Subject: Minor updates to build scripts --- build-msvc.bat | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'build-msvc.bat') 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 -- cgit v1.1