https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c8d51bb87a92457f7356f…
commit c8d51bb87a92457f7356fb6cd3488cd0db3b4b5c
Author: Oleksandr Shaposhnikov <sanchaez(a)hotmail.com>
AuthorDate: Thu Aug 16 18:11:53 2018 +0300
Commit: Oleksandr Shaposhnikov <sanchaez(a)hotmail.com>
CommitDate: Thu Aug 16 18:13:54 2018 +0300
[CONFIGURE] Added support for new VS 19.15.x
---
configure.cmd | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.cmd b/configure.cmd
index 70b0f48211..bacc75a743 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