Mercurial > vim
annotate src/msvc2008.bat @ 18777:3a68dc2a1bc1 v8.1.2378
patch 8.1.2378: using old C style comments
Commit: https://github.com/vim/vim/commit/5d18efecfd6c45d69f55268948a22cd0465bb955
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Dec 1 21:11:22 2019 +0100
patch 8.1.2378: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 01 Dec 2019 21:15:03 +0100 |
parents | 71e066e10a47 |
children |
rev | line source |
---|---|
1897 | 1 @echo off |
1620 | 2 rem To be used on MS-Windows for Visual C++ 2008 Express Edition |
3 rem aka Microsoft Visual Studio 9.0. | |
4 rem See INSTALLpc.txt for information. | |
1897 | 5 @echo on |
1620 | 6 |
5130
71e066e10a47
updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents:
1897
diff
changeset
|
7 call "%VS90COMNTOOLS%vsvars32.bat" |