[CONFIGURE]: Hack-support VS15 (VS 2017)
authorAlex Ionescu <aionescu@gmail.com>
Sat, 4 Feb 2017 17:59:32 +0000 (17:59 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sat, 4 Feb 2017 17:59:32 +0000 (17:59 +0000)
svn path=/trunk/; revision=73680

reactos/configure.cmd

index 5c261c4..cbfa9a7 100755 (executable)
@@ -58,6 +58,7 @@ if defined ROS_ARCH (
     cl 2>&1 | find "17.00." > NUL && set VS_VERSION=11\r
     cl 2>&1 | find "18.00." > NUL && set VS_VERSION=12\r
     cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14\r
     cl 2>&1 | find "17.00." > NUL && set VS_VERSION=11\r
     cl 2>&1 | find "18.00." > NUL && set VS_VERSION=12\r
     cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14\r
+    cl 2>&1 | find "19.10." > NUL && set VS_VERSION=14\r
     if not defined VS_VERSION (\r
         echo Error: Visual Studio version too old or version detection failed.\r
         endlocal\r
     if not defined VS_VERSION (\r
         echo Error: Visual Studio version too old or version detection failed.\r
         endlocal\r