Bram Moolenaar | f85dae3 | 2011-06-13 21:21:22 +0200 | [diff] [blame^] | 1 | @echo off |
2 | rem To be used on MS-Windows for Visual C++ 2010 Express Edition | ||||
3 | rem aka Microsoft Visual Studio 10.0. | ||||
4 | rem See INSTALLpc.txt for information. | ||||
5 | @echo on | ||||
6 | |||||
7 | call "%VS100COMNTOOLS%%vsvars32.bat" |