view src/msvc2010.bat @ 18337:b08dbcb42399 v8.1.2163

patch 8.1.2163: cannot build with +spell but without +syntax Commit: https://github.com/vim/vim/commit/b2fe1d676f28af92989a842d4e8708dddf157b3d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 21:33:40 2019 +0200 patch 8.1.2163: cannot build with +spell but without +syntax Problem: Cannot build with +spell but without +syntax. Solution: Add #ifdef. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 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"