[CONFIGURE] Add support for 'Visual Studio 2022, v17.x'
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Fri, 5 Nov 2021 17:24:21 +0000 (18:24 +0100)
committerVictor Perevertkin <victor@perevertkin.ru>
Sat, 20 Nov 2021 09:14:32 +0000 (12:14 +0300)
CORE-17733

configure.cmd

index 53eb586..33213ae 100755 (executable)
@@ -54,6 +54,7 @@ if defined ROS_ARCH (
     cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14
     cl 2>&1 | findstr /R /c:"19\.1.\." > NUL && set VS_VERSION=15
     cl 2>&1 | findstr /R /c:"19\.2.\." > NUL && set VS_VERSION=16
+    cl 2>&1 | findstr /R /c:"19\.3.\." > NUL && set VS_VERSION=17
     if not defined VS_VERSION (
         echo Error: Visual Studio version too old ^(before 14 ^(2015^)^) or version detection failed.
         goto quit