projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b324e
)
[CONFIGURE]: Hack-support VS15 (VS 2017)
author
Alex Ionescu
<aionescu@gmail.com>
Sat, 4 Feb 2017 17:59:32 +0000
(17:59 +0000)
committer
Alex Ionescu
<aionescu@gmail.com>
Sat, 4 Feb 2017 17:59:32 +0000
(17:59 +0000)
svn path=/trunk/; revision=73680
reactos/configure.cmd
patch
|
blob
|
history
diff --git
a/reactos/configure.cmd
b/reactos/configure.cmd
index
5c261c4
..
cbfa9a7
100755
(executable)
--- a/
reactos/configure.cmd
+++ b/
reactos/configure.cmd
@@
-58,6
+58,7
@@
if defined ROS_ARCH (
cl 2>&1 | find "17.00." > NUL && set VS_VERSION=11
\r
cl 2>&1 | find "18.00." > NUL && set VS_VERSION=12
\r
cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14
\r
+ cl 2>&1 | find "19.10." > NUL && set VS_VERSION=14
\r
if not defined VS_VERSION (
\r
echo Error: Visual Studio version too old or version detection failed.
\r
endlocal
\r