From: Oleksandr Shaposhnikov Date: Thu, 16 Aug 2018 15:11:53 +0000 (+0300) Subject: [CONFIGURE] Added support for new VS 19.15.x X-Git-Tag: 0.4.11-dev~126 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=c8d51bb87a92457f7356fb6cd3488cd0db3b4b5c [CONFIGURE] Added support for new VS 19.15.x --- diff --git a/configure.cmd b/configure.cmd index 70b0f48211a..bacc75a7436 100755 --- a/configure.cmd +++ b/configure.cmd @@ -71,6 +71,7 @@ if defined ROS_ARCH ( cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15 cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15 cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15 + cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15 if not defined VS_VERSION ( echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed. goto quit