https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5cff9163e99ec596f4cfc4...
commit 5cff9163e99ec596f4cfc47cc2fc380e8614f823 Author: Stanislav Motylkov x86corez@gmail.com AuthorDate: Wed Jul 31 00:01:23 2019 +0300 Commit: Hermès BÉLUSCA - MAÏTO hermes.belusca-maito@reactos.org CommitDate: Tue Jul 30 23:01:23 2019 +0200
[CONFIGURE] Add MSVC compiler 19.22.27905 (VS Community 2019) (#1774) --- configure.cmd | 1 + 1 file changed, 1 insertion(+)
diff --git a/configure.cmd b/configure.cmd index 4113375bfde..4509ff04231 100755 --- a/configure.cmd +++ b/configure.cmd @@ -75,6 +75,7 @@ if defined ROS_ARCH ( 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 + cl 2>&1 | find "19.22." > 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