view src/msvc2008.bat @ 10182:40f6ce4fe30e v7.4.2361

commit https://github.com/vim/vim/commit/ee39ef0b93d31763d05e54ba99801e3f1a254c0d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 10 19:17:42 2016 +0200 patch 7.4.2361 Problem: Checking for last_timer_id to overflow is not reliable. (Ozaki Kiichi) Solution: Check for the number not going up.
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Sep 2016 19:30:06 +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"