view src/msvc2010.bat @ 7264:b1b86aa171cd v7.4.940

commit https://github.com/vim/vim/commit/2a1b474fd82aff922f18570593972b12feaa2073 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 24 18:15:51 2015 +0100 patch 7.4.940 Problem: vt52 terminal codes are not correct. Solution: Move entries outside of #if. (Random) Adjustments based on documented codes.
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Nov 2015 18: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"