https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8d10682307707db5d417b48cb5bf211811604541

commit 8d10682307707db5d417b48cb5bf211811604541
Author:     Serge Gautherie <[email protected]>
AuthorDate: Fri Nov 5 18:24:21 2021 +0100
Commit:     Victor Perevertkin <[email protected]>
CommitDate: Sat Nov 20 12:14:32 2021 +0300

    [CONFIGURE] Add support for 'Visual Studio 2022, v17.x'
    
    CORE-17733
---
 configure.cmd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.cmd b/configure.cmd
index 53eb586b339..33213aed58d 100755
--- a/configure.cmd
+++ b/configure.cmd
@@ -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

Reply via email to