view src/msvc2008.bat @ 18960:34aa888bf5ad v8.2.0041

patch 8.2.0041: leaking memory when selecting spell suggestion Commit: https://github.com/vim/vim/commit/6c52f8237199ea09abbecdc5b89847c5889c3de1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 25 14:13:03 2019 +0100 patch 8.2.0041: leaking memory when selecting spell suggestion Problem: Leaking memory when selecting spell suggestion. Solution: Free previous value at the right time.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Dec 2019 14:15:03 +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"