view src/msvc2008.bat @ 22097:f369bbd71a53 v8.2.1598

patch 8.2.1598: starting a hidden terminal resizes the current window Commit: https://github.com/vim/vim/commit/2ce14589f210dcb3d17d1d80285256f8ac10abab Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 16:08:49 2020 +0200 patch 8.2.1598: starting a hidden terminal resizes the current window Problem: Starting a hidden terminal resizes the current window. Solution: Do not resize the current window for a hidden terminal. (closes #6872)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 16:15:03 +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"