view src/msvc2010.bat @ 13521:15c856a1617b v8.0.1634

patch 8.0.1634: the ex_vimgrep() function is too long commit https://github.com/vim/vim/commit/75b0a888e41bcda4163072f41bb7b5471fef7651 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 24 14:01:56 2018 +0100 patch 8.0.1634: the ex_vimgrep() function is too long Problem: The ex_vimgrep() function is too long. Solution: Split it in smaller functions. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Mar 2018 14:15:07 +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"