annotate src/msvcsetup.bat @ 25854:2d0bea8aed33
v8.2.3461
patch 8.2.3461: cannot distinguish Normal and Terminal-Normal mode
Commit: https://github.com/vim/vim/commit/72406a4bd2896915b6f541e26d41521a59b1f846
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 2 16:34:55 2021 +0100
patch 8.2.3461: cannot distinguish Normal and Terminal-Normal mode
Problem: Cannot distinguish Normal and Terminal-Normal mode.
Solution: Make mode() return "nt" for Terminal-Normal mode. (issue https://github.com/vim/vim/issues/8856)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 02 Oct 2021 17:45:03 +0200 |
parents |
0f9f4761ad9c |
children |
|
rev |
line source |
714
|
1 rem To be used on MS-Windows when using the Visual C++ Toolkit 2003
|
|
2 rem See INSTALLpc.txt for information.
|
|
3
|
|
4 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH%
|
|
5 call "%VCToolkitInstallDir%vcvars32.bat"
|
|
6 set MSVCVer=7.1
|
|
7
|
|
8 rem The platform SDK can be installed elsewhere, adjust the path.
|
|
9 call "%ProgramFiles%\Microsoft Platform SDK\SetEnv.Cmd"
|
|
10 rem call "e:\Microsoft Platform SDK\SetEnv.Cmd"
|
|
11
|
|
12 set LIB=%ProgramFiles%\Microsoft Visual Studio .NET 2003\Vc7\lib;%LIB%
|