view src/msvc2008.bat @ 12835:a46dfb3935cf v8.0.1294

patch 8.0.1294: GUI: get stuck when splitting a terminal window commit https://github.com/vim/vim/commit/2f27aab8e68c48a1b8a51715e1009d572f8e13b5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 12 18:32:00 2017 +0100 patch 8.0.1294: GUI: get stuck when splitting a terminal window Problem: GUI: get stuck when splitting a terminal window. Solution: Stop blinking when values become zero. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Nov 2017 18:45: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"