view src/msvc2008.bat @ 8324:5e88bd55b789 v7.4.1454

commit https://github.com/vim/vim/commit/9730f74a0b2acb490943393a203a24ab8fab923a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 28 19:50:51 2016 +0100 patch 7.4.1454 Problem: The exit callback test is flaky. Solution: Loop to wait for a short time up to a second.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Feb 2016 20:00:04 +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"