[ros-dev] [ros-diffs] 01/01: [CONFIGURE] Added support for new VS 19.15.x
Pierre Schweitzer
pierre at reactos.org
Thu Aug 16 16:16:28 UTC 2018
Formatting is inconsistent now. Tab vs space issue.
Le 16/08/2018 à 17:14, Oleksandr Shaposhnikov a écrit :
> https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c8d51bb87a92457f7356fb6cd3488cd0db3b4b5c
>
> commit c8d51bb87a92457f7356fb6cd3488cd0db3b4b5c
> Author: Oleksandr Shaposhnikov <sanchaez at hotmail.com>
> AuthorDate: Thu Aug 16 18:11:53 2018 +0300
> Commit: Oleksandr Shaposhnikov <sanchaez at hotmail.com>
> CommitDate: Thu Aug 16 18:13:54 2018 +0300
>
> [CONFIGURE] Added support for new VS 19.15.x
> ---
> configure.cmd | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure.cmd b/configure.cmd
> index 70b0f48211..bacc75a743 100755
> --- a/configure.cmd
> +++ b/configure.cmd
> @@ -71,6 +71,7 @@ if defined ROS_ARCH (
> cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15
> cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15
> cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15
> + cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
> if not defined VS_VERSION (
> echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
> goto quit
>
--
Pierre Schweitzer <pierre at reactos.org>
System & Network Administrator
Senior Kernel Developer
ReactOS Deutschland e.V.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://www.reactos.org/pipermail/ros-dev/attachments/20180816/9c862826/attachment.sig>
More information about the Ros-dev
mailing list