mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-05 11:33:15 +01:00
8 lines
199 B
Batchfile
8 lines
199 B
Batchfile
@echo off
|
|
rem To be used on MS-Windows for Visual C++ 2008 Express Edition
|
|
rem aka Microsoft Visual Studio 9.0.
|
|
rem See INSTALLpc.txt for information.
|
|
@echo on
|
|
|
|
call "%VS90COMNTOOLS%%vsvars32.bat"
|