mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[CONFIGURE] Add CL version 19.12.* (VS 15 / 2017) to configure.cmd
This commit is contained in:
parent
007131b5de
commit
10e0d9ebb9
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ if defined ROS_ARCH (
|
|||
cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14
|
||||
cl 2>&1 | find "19.10." > NUL && set VS_VERSION=15
|
||||
cl 2>&1 | find "19.11." > NUL && set VS_VERSION=15
|
||||
cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15
|
||||
if not defined VS_VERSION (
|
||||
echo Error: Visual Studio version too old or version detection failed.
|
||||
endlocal
|
||||
|
|
Loading…
Reference in a new issue