mirror of
https://github.com/vim/vim.git
synced 2026-02-15 11:53:58 +01:00
8 lines
201 B
Batchfile
8 lines
201 B
Batchfile
@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"
|