From 86141253dcd0a21748c23468a7b3f6949c0f993f Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Sat, 6 Jun 2020 12:09:17 +0200 Subject: [PATCH] Add some notes about VS2019 Features --- CPP/appveyor.cmd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CPP/appveyor.cmd b/CPP/appveyor.cmd index bcb4eee0..21f90bfe 100644 --- a/CPP/appveyor.cmd +++ b/CPP/appveyor.cmd @@ -8,6 +8,12 @@ REM Microsoft Visual Studio 2015 (VC=14.0) REM Microsoft Visual Studio 2017 (VC=15.0) REM Microsoft Visual Studio 2019 (VC=16.0) +REM Microsoft Visual Studio 2019 /SUBSYSTEM version numbers: +REM MIN STANDARD +REM CONSOLE 5.01 (x86) 5.02 (x64) 6.02 (ARM) 6.00 (x86, x64) 6.02 (ARM) +REM WINDOWS 5.01 (x86) 5.02 (x64) 6.02 (ARM) 6.00 (x86, x64) 6.02 (ARM) + + REM to many vcvarsall.cmd calls will blow it up! set OPATH=%PATH% set ERRFILE=%APPVEYOR_BUILD_FOLDER%\error.txt