view src/msvc2008.bat @ 24592:ae2eb2c496ed v8.2.2835

patch 8.2.2835: Vim9: leaking memory in :cexpr Commit: https://github.com/vim/vim/commit/dc3e2e65c9dddcace4b24f0f364883d7ce448efb Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 5 22:40:56 2021 +0200 patch 8.2.2835: Vim9: leaking memory in :cexpr Problem: Vim9: leaking memory in :cexpr. Solution: Also free the command line copy.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 May 2021 22:45: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"