annotate src/msvc2008.bat @ 19776:42e4083429a7

patch 8.2.0444: swap file test fails on some systems Commit: https://github.com/vim/vim/commit/d36ef573b2fad620824495f5423cb649cde55e03 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 24 21:44:51 2020 +0100 patch 8.2.0444: swap file test fails on some systems Problem: Swap file test fails on some systems. Solution: Preserve the swap file. Send NL terminated keys.
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Mar 2020 21:45:05 +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"