view src/msvc2010.bat @ 8238:d7e1526ae1b9 v7.4.1412

commit https://github.com/vim/vim/commit/68c85fcdf31c104db21c96cd5871724e458c95ff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 24 12:57:50 2016 +0100 patch 7.4.1412 Problem: Compiler warning for indent. (Dominique Pelle) Solution: Fix the indent.
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Feb 2016 13:00: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"