mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[CONFIGURE] Add support for VS2017 Update 3.
This commit is contained in:
parent
d7ad37a165
commit
0ce87167cc
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ if defined ROS_ARCH (
|
|||
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
|
||||
cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15
|
||||
if not defined VS_VERSION (
|
||||
echo Error: Visual Studio version too old or version detection failed.
|
||||
goto quit
|
||||
|
|
Loading…
Reference in a new issue