view src/msvc2010.bat @ 15908:379247470597 v8.1.0960

patch 8.1.0960: when using ConPTY garbage collection has undefined behavior commit https://github.com/vim/vim/commit/8caa43d8159555076af6acc242185f5475c1d199 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 20 22:45:06 2019 +0100 patch 8.1.0960: when using ConPTY garbage collection has undefined behavior Problem: When using ConPTY garbage collection has undefined behavior. Solution: Free the channel in a better way. (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/4020)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Feb 2019 23:00:06 +0100
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2010 Express Edition
rem   aka Microsoft Visual Studio 10.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS100COMNTOOLS%vsvars32.bat"