view src/msvc2008.bat @ 29288:d9acbf59032c v8.2.5161

patch 8.2.5161: might still access invalid memory Commit: https://github.com/vim/vim/commit/0fbc9260a75dfc4d86f20e7c0eb76878f513a212 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 26 11:17:10 2022 +0100 patch 8.2.5161: might still access invalid memory Problem: Might still access invalid memory. Solution: Add extra check for negative value.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jun 2022 12:30: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"