view src/msvc2008.bat @ 15651:dd4e6f077874 v8.1.0833

patch 8.1.0833: memory leak when jumps output is filtered commit https://github.com/vim/vim/commit/d93090f41f70c521cfad5b25efcb0024b9480082 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 27 15:07:39 2019 +0100 patch 8.1.0833: memory leak when jumps output is filtered Problem: Memory leak when jumps output is filtered. Solution: Free the filtered name. (Dominique Pelle, closes https://github.com/vim/vim/issues/3869)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jan 2019 15:15:06 +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"