view src/msvc2010.bat @ 7068:a55f35ed381b v7.4.846

commit https://github.com/vim/vim/commit/6017f3799dbb744fc34894d968b36729e607203e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 1 17:50:48 2015 +0200 patch 7.4.846 Problem: Some GitHub users don't know how to use issues. Solution: Add a file that explains the basics of contributing.
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Sep 2015 18:00: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"