]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0474: MS-Windows: hard to tell which Visual Studio version was selected... v9.2.0474
authorK.Takata <kentkt@csc.jp>
Mon, 11 May 2026 16:56:33 +0000 (16:56 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 11 May 2026 16:58:24 +0000 (16:58 +0000)
commit7784fac15f7ae729b4422c5efc2db48bd15a8548
treea6fc63f981203b79ba14ce3bb2c67b1ca9d28c1a
parenta70b7a85afad9dc8eeae2a97142dc744cf3205e6
patch 9.2.0474: MS-Windows: hard to tell which Visual Studio version was selected with MSVC

Problem:  When running msvc*.bat there is no indication of which
          Visual Studio version and target architecture got
          selected.
Solution: After vcvarsall.bat returns, echo the VS version, VC
          tools version and target architecture, and set the
          Command Prompt title accordingly (Ken Takata).

closes: #20193

Signed-off-by: K.Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/msvc-latest.bat
src/msvc2015.bat
src/msvc2017.bat
src/msvc2019.bat
src/msvc2022.bat
src/version.c