1
0
forked from aniani/vim

patch 9.1.0657: MS-Windows: MSVC build time can be optimized

Problem:  MS-Windows: MSVC build time can be optimized
Solution: Stop using Powershell, show detected version, read _MSC_VER
          and _MSC_FULL_VER in a single cl execution. (Ken Takata)

closes: #15421

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Ken Takata
2024-08-03 14:40:35 +02:00
committed by Christian Brabandt
parent cdf1c7a73a
commit 87d63d34b6
2 changed files with 26 additions and 34 deletions

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
657,
/**/
656,
/**/