[CONFIGURE] Add support for VS16.1 (#1594)
authorwoachk <24752637+woachk@users.noreply.github.com>
Sat, 1 Jun 2019 22:38:30 +0000 (00:38 +0200)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Sat, 1 Jun 2019 22:38:30 +0000 (00:38 +0200)
configure.cmd

index 00b45f3..4113375 100755 (executable)
@@ -74,6 +74,7 @@ if defined ROS_ARCH (
     cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
     cl 2>&1 | find "19.16." > NUL && set VS_VERSION=15
     cl 2>&1 | find "19.20." > NUL && set VS_VERSION=16
+    cl 2>&1 | find "19.21." > NUL && set VS_VERSION=16
     if not defined VS_VERSION (
         echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
         goto quit