view src/msvc2008.bat @ 9098:0d52ddff8db4 v7.4.1833

commit https://github.com/vim/vim/commit/2ff8b64679242e73248774a388d54931c9ce49bd Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 24 10:46:45 2016 +0200 patch 7.4.1833 Problem: Cannot use an Ex command for 'keywordprg'. Solution: Accept an Ex command. (Nelo-Thara Wallus)
author Christian Brabandt <cb@256bit.org>
date Tue, 24 May 2016 11:00:09 +0200
parents 71e066e10a47
children
line wrap: on
line source

@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"