view src/msvc2010.bat @ 22238:939f7184566f v8.2.1668

patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is any Commit: https://github.com/vim/vim/commit/dadaddd59f3b53c41e92dc42219ab006deb14109 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 12 19:11:23 2020 +0200 patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is any Problem: Vim9: not accepting 0 or 1 as bool when type is any. Solution: Convert the type with the CHECKTYPE instruction. (closes https://github.com/vim/vim/issues/6913)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Sep 2020 19:15: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"