view src/msvc2010.bat @ 21749:e86237409bd2 v8.2.1424

patch 8.2.1424: Mac build fails Commit: https://github.com/vim/vim/commit/040f975fc1de14ada5e0a7324bb5e51e461be2dd Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 11 23:08:48 2020 +0200 patch 8.2.1424: Mac build fails Problem: Mac build fails. Solution: Adjust configure to not fall back to Athena. Adjust some other files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Aug 2020 23:15:04 +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"