view src/msvc2008.bat @ 19344:77794a1d7e98 v8.2.0230

patch 8.2.0230: terminal popup test is flaky Commit: https://github.com/vim/vim/commit/670218839aef105e83f8effaa1c83100c61c7bcf Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 7 22:20:53 2020 +0100 patch 8.2.0230: terminal popup test is flaky Problem: Terminal popup test is flaky. Solution: Increase wait time a bit.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Feb 2020 22:30:03 +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"