annotate src/msvc2008.bat @ 19499:f22626353eb3 v8.2.0307

patch 8.2.0307: Python 3 vim.eval not well tested Commit: https://github.com/vim/vim/commit/026270c01d8ae4425b2afe289d464451718cb9ab Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 23 15:10:16 2020 +0100 patch 8.2.0307: Python 3 vim.eval not well tested Problem: Python 3 vim.eval not well tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/5680)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Feb 2020 15:15:04 +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"