diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-06-13 21:21:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-06-13 21:21:22 +0200 |
commit | f85dae3c34065244f701e44c21a4e828566c63f1 (patch) | |
tree | a375579e7af617ce0935cdcf462c65a5e1b25888 /src/msvc2010.bat | |
parent | 9a4d7fd214eada651030e303f28eef3b6c30178f (diff) | |
download | vim-git-f85dae3c34065244f701e44c21a4e828566c63f1.tar.gz |
Add files added by recent patches.
Diffstat (limited to 'src/msvc2010.bat')
-rw-r--r-- | src/msvc2010.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/msvc2010.bat b/src/msvc2010.bat new file mode 100644 index 000000000..d9fc6c076 --- /dev/null +++ b/src/msvc2010.bat @@ -0,0 +1,7 @@ +@echo off +rem To be used on MS-Windows for Visual C++ 2010 Express Edition +rem aka Microsoft Visual Studio 10.0. +rem See INSTALLpc.txt for information. +@echo on + +call "%VS100COMNTOOLS%%vsvars32.bat" |