From: Timo Kreuzer Date: Tue, 26 Dec 2017 14:09:57 +0000 (+0100) Subject: [CONFIGURE] Add CL version 19.12.* (VS 15 / 2017) to configure.cmd X-Git-Tag: 0.4.9-dev~548 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=10e0d9ebb972fbddfef3a570c37e3321dfa4de05;hp=007131b5de40f3c6c5a1c87773a58bc81831ed5d [CONFIGURE] Add CL version 19.12.* (VS 15 / 2017) to configure.cmd --- diff --git a/configure.cmd b/configure.cmd index 922a8f1d944..8415ddaf157 100755 --- a/configure.cmd +++ b/configure.cmd @@ -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