view src/msvc2008.bat @ 20427:0ab8f8880a33 v8.2.0768

patch 8.2.0768: Vim9: memory leak in script test Commit: https://github.com/vim/vim/commit/e75ba268b35a9b3a1f8b47668e657259555fc5fa Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 16 15:43:31 2020 +0200 patch 8.2.0768: Vim9: memory leak in script test Problem: Vim9: memory leak in script test. Solution: Clear typval before giving an error message.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 May 2020 15:45:03 +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"