view src/msvc2010.bat @ 21421:0f0fee4122d3 v8.2.1261

patch 8.2.1261: Vim9: common type of function not tested Commit: https://github.com/vim/vim/commit/c7db57788b661a5da0b375d4fffdf10721550141 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 21 20:55:50 2020 +0200 patch 8.2.1261: Vim9: common type of function not tested Problem: Vim9: common type of function not tested. Solution: Add a test. Fix uncovered problems.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jul 2020 21:00:06 +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"