# HG changeset patch # User Chris Cannam # Date 1571818247 -3600 # Node ID 1a4bd4aa40ecac006a71c12aef8fd0693dd36b27 # Parent ab09e05b0d35885a8c992bc5e31cb3b43f1a33c9 Update to VC2019 diff -r ab09e05b0d35 -r 1a4bd4aa40ec .appveyor.yml --- a/.appveyor.yml Tue Oct 22 17:13:50 2019 +0100 +++ b/.appveyor.yml Wed Oct 23 09:10:47 2019 +0100 @@ -1,6 +1,6 @@ image: - - Visual Studio 2017 + - Visual Studio 2019 configuration: - Release diff -r ab09e05b0d35 -r 1a4bd4aa40ec deploy/win64/build-64.bat --- a/deploy/win64/build-64.bat Tue Oct 22 17:13:50 2019 +0100 +++ b/deploy/win64/build-64.bat Wed Oct 23 09:10:47 2019 +0100 @@ -5,18 +5,20 @@ set STARTPWD=%CD% -set QTDIR=C:\Qt\5.13.0\msvc2017_64 +set QTDIR=C:\Qt\5.13.1\msvc2017_64 if not exist %QTDIR% ( -@ echo Could not find 64-bit Qt +@ echo Could not find 64-bit Qt in %QTDIR% @ exit /b 2 ) -if not exist "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" ( +set vcvarsall="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" + +if not exist %vcvarsall% ( @ echo "Could not find MSVC vars batch file" @ exit /b 2 ) -call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 +call %vcvarsall% amd64 set ORIGINALPATH=%PATH% set PATH=C:\Program Files (x86)\SMLNJ\bin;%QTDIR%\bin;%PATH% diff -r ab09e05b0d35 -r 1a4bd4aa40ec deploy/win64/sonic-visualiser.wxs --- a/deploy/win64/sonic-visualiser.wxs Tue Oct 22 17:13:50 2019 +0100 +++ b/deploy/win64/sonic-visualiser.wxs Wed Oct 23 09:10:47 2019 +0100 @@ -170,23 +170,23 @@ installers and get installed by default to C:\Program Files (x86)\Windows Kits\... --> - - - - + + + +