annotate src/msvcsetup.bat @ 12261:875d7cc9b127 v8.0.1010

patch 8.0.1010: build failure without termresponse feature commit https://github.com/vim/vim/commit/3c37a8e66008aadfe428a32ecf46aab4b9e285ae Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 28 23:00:55 2017 +0200 patch 8.0.1010: build failure without termresponse feature Problem: Build failure without termresponse feature. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Aug 2017 23:15:04 +0200
parents 0f9f4761ad9c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
1 rem To be used on MS-Windows when using the Visual C++ Toolkit 2003
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
2 rem See INSTALLpc.txt for information.
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
3
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
4 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH%
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
5 call "%VCToolkitInstallDir%vcvars32.bat"
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
6 set MSVCVer=7.1
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
7
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
8 rem The platform SDK can be installed elsewhere, adjust the path.
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
9 call "%ProgramFiles%\Microsoft Platform SDK\SetEnv.Cmd"
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
10 rem call "e:\Microsoft Platform SDK\SetEnv.Cmd"
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
11
0f9f4761ad9c updated for version 7.0216
vimboss
parents:
diff changeset
12 set LIB=%ProgramFiles%\Microsoft Visual Studio .NET 2003\Vc7\lib;%LIB%