view src/msvc2008.bat @ 13894:3969c9d3a859 v8.0.1818

patch 8.0.1818: lines remove from wrong buffer when using terminal window commit https://github.com/vim/vim/commit/3f1a53c4349a309c3f4acf358d3cf18f9c455050 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 12 16:55:14 2018 +0200 patch 8.0.1818: lines remove from wrong buffer when using terminal window Problem: Lines remove from wrong buffer when using terminal window. Solution: Make sure to use tl_buffer.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 May 2018 17:00: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"