view src/msvc2010.bat @ 22101:0ee66f232839 v8.2.1600

patch 8.2.1600: Vim9: cannot use "true" with deepcopy() Commit: https://github.com/vim/vim/commit/44b4a246b62e0622550b963bcf3034dce3bcfc0c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 17:18:28 2020 +0200 patch 8.2.1600: Vim9: cannot use "true" with deepcopy() Problem: Vim9: cannot use "true" with deepcopy(). Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6867)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 17:30:03 +0200
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"