diff deploy/win64/build-64.bat @ 1841:9f26f92bf89f

Update for Qt 5.11; some more error-handling, + ensure clean build in rebuild script
author Chris Cannam
date Tue, 05 Jun 2018 16:24:08 +0100
parents fdcd956b5d32
children 69b7ee11e9ab 8c3fa4e61847
line wrap: on
line diff
--- a/deploy/win64/build-64.bat	Tue Jun 05 13:32:28 2018 +0100
+++ b/deploy/win64/build-64.bat	Tue Jun 05 16:24:08 2018 +0100
@@ -5,15 +5,15 @@
 
 set STARTPWD=%CD%
 
-set QTDIR=C:\Qt\5.10.1\msvc2017_64
+set QTDIR=C:\Qt\5.11.0\msvc2017_64
 if not exist %QTDIR% (
 @   echo Could not find 64-bit Qt
-@   exit /b
+@   exit /b 2
 )
 
 if not exist "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" (
 @   echo "Could not find MSVC vars batch file"
-@   exit /b
+@   exit /b 2
 )
 
 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64