view src/msvc2008.bat @ 21000:3b29ac3394dc v8.2.1051

patch 8.2.1051: crash when changing a list while using reduce() on it Commit: https://github.com/vim/vim/commit/ca275a05d8b79f6a9101604fdede2373d0dea44e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 24 22:07:46 2020 +0200 patch 8.2.1051: crash when changing a list while using reduce() on it Problem: Crash when changing a list while using reduce() on it. Solution: Lock the list. (closes https://github.com/vim/vim/issues/6330)
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Jun 2020 22:15:04 +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"