view src/msvc2010.bat @ 7776:d30f4f9b1024 v7.4.1185

commit https://github.com/vim/vim/commit/0d6f835683bede8bfa171c2518dce10832eb8226 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 27 11:07:47 2016 +0100 patch 7.4.1185 Problem: Can't build with TCL on some systems. Solution: Rename the channel_ functions.
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Jan 2016 11:15:06 +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"