view src/msvc2010.bat @ 8106:58505cbea7e5 v7.4.1347

commit https://github.com/vim/vim/commit/8b778d55993d951a65f8a59843cecd177c707676 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 18 20:31:34 2016 +0100 patch 7.4.1347 Problem: When there is any error Vim will use a non-zero exit code. Solution: When using ":silent!" do not set the exit code. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Feb 2016 20:45:04 +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"