comparison deploy/win64/build-32.bat @ 2103:d84a0783ce11

AppVeyor updated to 5.11.2 I see
author Chris Cannam
date Thu, 15 Nov 2018 09:03:51 +0000
parents 555e3add86b2
children b483f46e53eb
comparison
equal deleted inserted replaced
2102:05f69f7d1fbb 2103:d84a0783ce11
1 rem Run this from within the top-level SV dir: deploy\win64\build-32.bat 1 rem Run this from within the top-level SV dir: deploy\win64\build-32.bat
2 rem To build from clean, delete the folder build_win32 2 rem To build from clean, delete the folder build_win32
3 3
4 set STARTPWD=%CD% 4 set STARTPWD=%CD%
5 5
6 set QTDIR=C:\Qt\5.11.1\mingw53_32 6 set QTDIR=C:\Qt\5.11.2\mingw53_32
7 if not exist %QTDIR% ( 7 if not exist %QTDIR% (
8 @ echo Could not find 32-bit Qt 8 @ echo Could not find 32-bit Qt
9 @ exit /b 2 9 @ exit /b 2
10 ) 10 )
11 11