Mercurial > hg > sonic-visualiser
comparison deploy/win64/build-64.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 |
---|---|
3 | 3 |
4 echo on | 4 echo on |
5 | 5 |
6 set STARTPWD=%CD% | 6 set STARTPWD=%CD% |
7 | 7 |
8 set QTDIR=C:\Qt\5.11.0\msvc2017_64 | 8 set QTDIR=C:\Qt\5.11.1\msvc2017_64 |
9 if not exist %QTDIR% ( | 9 if not exist %QTDIR% ( |
10 @ echo Could not find 64-bit Qt | 10 @ echo Could not find 64-bit Qt |
11 @ exit /b 2 | 11 @ exit /b 2 |
12 ) | 12 ) |
13 | 13 |