view src/msvc2010.bat @ 13410:c571356c65bd v8.0.1579

patch 8.0.1579: virtual replace test fails in GUI commit https://github.com/vim/vim/commit/df0d24b62742edd3ea73795b96a771501e642970 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 14:22:58 2018 +0100 patch 8.0.1579: virtual replace test fails in GUI Problem: Virtual replace test fails in GUI. Solution: Don't save key options if they were not set.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 14:30:05 +0100
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"