mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[CONFIGURE] Add support for VS16.1 (#1594)
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
bc3eed68ca
commit
9fcf20a412
@@ -74,6 +74,7 @@ if defined ROS_ARCH (
|
||||
cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
|
||||
cl 2>&1 | find "19.16." > NUL && set VS_VERSION=15
|
||||
cl 2>&1 | find "19.20." > NUL && set VS_VERSION=16
|
||||
cl 2>&1 | find "19.21." > NUL && set VS_VERSION=16
|
||||
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