comparison deploy/win64/build-32.bat @ 1943:9759fcd7ae8a

Looks like AppVeyor have updated their image too
author Chris Cannam
date Fri, 13 Jul 2018 16:25:48 +0100
parents 643768964863
children a96a5d88a84b
comparison
equal deleted inserted replaced
1942:ad6c20459552 1943:9759fcd7ae8a
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.0\mingw53_32 6 set QTDIR=C:\Qt\5.11.1\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