view src/msvc2008.bat @ 7370:e396c6134266 v7.4.990

commit https://github.com/vim/vim/commit/e5c5f0c66c9491aca013f30da6e4f730a7ba7db6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 29 13:59:29 2015 +0100 patch 7.4.990 Problem: Test 86 fails on AppVeyor. Solution: Do some registry magic. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Dec 2015 14: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"