view src/msvc2010.bat @ 8682:4ce551bd5024 v7.4.1630

commit https://github.com/vim/vim/commit/d63aff0a65b955447de2fd8bfdaee29b61ce2843 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 21 22:15:30 2016 +0100 patch 7.4.1630 Problem: Unicode table for double width is outdated. Solution: Update to the latest Unicode standard.
author Christian Brabandt <cb@256bit.org>
date Mon, 21 Mar 2016 22:30:05 +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"