view src/msvc2008.bat @ 10853:b760fa91f8b3 v8.0.0316

patch 8.0.0316: :help z? does not work commit https://github.com/vim/vim/commit/dad7309dd22f0c6b5de0b031acd7f54d3aa94326 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 9 11:54:50 2017 +0100 patch 8.0.0316: :help z? does not work Problem: ":help z?" does not work. (Pavol Juhas) Solution: Remove exception for z?.
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Feb 2017 12:00:05 +0100
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"