view src/msvc2010.bat @ 12104:3bf5fe164a9f v8.0.0932

patch 8.0.0932: terminal may not use right characters for BS and Enter commit https://github.com/vim/vim/commit/4f44b886840a90a50575204bc29f72ef309cfaf6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 20:06:18 2017 +0200 patch 8.0.0932: terminal may not use right characters for BS and Enter Problem: Terminal may not use right characters for BS and Enter. Solution: Get the characters from the tty.
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 20:15:04 +0200
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"