mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 15:20:29 +08:00
[CONFIGURE] Added support for new VS 19.15.x
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user