view src/msvc2010.bat @ 7231:a4d10eec6356 v7.4.924

commit https://github.com/vim/vim/commit/32d03b34ac8a34a962f57847fc431a2b4e14efea Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 19 13:46:48 2015 +0100 patch 7.4.924 Problem: DEVELOPER_DIR gets reset by configure. Solution: Do not reset DEVELOPER_DIR when there is no --with-developer-dir argument. (Kazuki Sakamoto, closes #482)
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Nov 2015 14: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"