annotate src/msvc2008.bat @ 19742:810eee1b42e3 v8.2.0427

patch 8.2.0427: it is not possible to check for a typo in a feature name Commit: https://github.com/vim/vim/commit/7929651e05b081fe55e0e745725a7ad78c51be16 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 22 16:17:14 2020 +0100 patch 8.2.0427: it is not possible to check for a typo in a feature name Problem: It is not possible to check for a typo in a feature name. Solution: Add an extra argument to has().
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Mar 2020 16:30:03 +0100
parents 71e066e10a47
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1897
044d5e9b1292 updated for version 7.2-194
vimboss
parents: 1620
diff changeset
1 @echo off
1620
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
2 rem To be used on MS-Windows for Visual C++ 2008 Express Edition
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
3 rem aka Microsoft Visual Studio 9.0.
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
4 rem See INSTALLpc.txt for information.
1897
044d5e9b1292 updated for version 7.2-194
vimboss
parents: 1620
diff changeset
5 @echo on
1620
73fe8baea242 updated for version 7.2a
vimboss
parents:
diff changeset
6
5130
71e066e10a47 updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents: 1897
diff changeset
7 call "%VS90COMNTOOLS%vsvars32.bat"