view src/msvc2010.bat @ 7345:e88aee1842ba v7.4.978

commit https://github.com/vim/vim/commit/c42b9c670ea621d4dac0f216e011a6db576c5136 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 19 15:15:54 2015 +0100 patch 7.4.978 Problem: test_cdo fails when using another language than English. Solution: Set the language to C. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Dec 2015 15: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"