view src/msvc2010.bat @ 20407:33166d945b54 v8.2.0758

patch 8.2.0758: Vim9: no test for STORELIST and STOREDICT Commit: https://github.com/vim/vim/commit/cb7904016eb817e80760c394044740df8273c774 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 15 20:53:00 2020 +0200 patch 8.2.0758: Vim9: no test for STORELIST and STOREDICT Problem: Vim9: no test for STORELIST and STOREDICT. Solution: Add a test. Make matches stricter.
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 May 2020 21:00: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"