annotate src/msvc2010.bat @ 19783:546bdeef35f1 v8.2.0448

patch 8.2.0448: various functions not properly tested Commit: https://github.com/vim/vim/commit/0e05de46226eb4e5ea580beefa71831f92d613d3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 25 22:23:46 2020 +0100 patch 8.2.0448: various functions not properly tested Problem: Various functions not properly tested. Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes #5843)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Mar 2020 22:30:04 +0100
parents 71e066e10a47
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2893
c6f8f1957c66 Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 @echo off
c6f8f1957c66 Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2 rem To be used on MS-Windows for Visual C++ 2010 Express Edition
c6f8f1957c66 Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3 rem aka Microsoft Visual Studio 10.0.
c6f8f1957c66 Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 rem See INSTALLpc.txt for information.
c6f8f1957c66 Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
5 @echo on
c6f8f1957c66 Add files added by recent patches.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6
5130
71e066e10a47 updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents: 2893
diff changeset
7 call "%VS100COMNTOOLS%vsvars32.bat"