view src/msvc2010.bat @ 8819:a1132255e3e1 v7.4.1697

commit https://github.com/vim/vim/commit/cb0700844c1274fe8bc0ceaffaee0ad21c406f30 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 2 22:14:51 2016 +0200 patch 7.4.1697 Problem: Display problems when the 'ambiwidth' and 'emoji' options are not set properly or the terminal doesn't behave as expected. Solution: After drawing an ambiguous width character always position the cursor.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Apr 2016 22:15:05 +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"