view src/msvc2010.bat @ 10518:de77fa909414 v8.0.0149

commit https://github.com/vim/vim/commit/cbd4de44e8d08fba3c09eb40ad6e36e83faf020a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 7 16:14:57 2017 +0100 patch 8.0.0149: :earlier does not work after reading the undo file Problem: ":earlier" and ":later" do not work after startup or reading the undo file. Solution: Use absolute time stamps instead of relative to the Vim start time. (Christian Brabandt, Pavel Juhas, closes #1300, closes #1254)
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Jan 2017 16:30: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"