https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3592ca654521ee2767c495...
commit 3592ca654521ee2767c495627ed4ded026d5c716 Author: Raul Tambre raul@tambre.ee AuthorDate: Sun Feb 24 12:59:14 2019 +0200 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Sun Mar 31 20:02:56 2019 +0200
[CONFIGURE] Add VS 16.0 support. --- configure.cmd | 1 + 1 file changed, 1 insertion(+)
diff --git a/configure.cmd b/configure.cmd index 8310dd5522..00b45f363e 100755 --- a/configure.cmd +++ b/configure.cmd @@ -73,6 +73,7 @@ if defined ROS_ARCH ( cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15 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 if not defined VS_VERSION ( echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed. goto quit