view src/msvc2010.bat @ 18118:9b7c7754ba9d v8.1.2054

patch 8.1.2054: compiler test for Perl may fail Commit: https://github.com/vim/vim/commit/cebfcffa40c058119bc2f92f0db02dffd3f6affe Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 18 21:42:38 2019 +0200 patch 8.1.2054: compiler test for Perl may fail Problem: Compiler test for Perl may fail. Solution: Accept any error line number. (James McCoy, closes https://github.com/vim/vim/issues/4944)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Sep 2019 21:45: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"