view src/msvc2010.bat @ 8136:9b2d25319c48 v7.4.1362

commit https://github.com/vim/vim/commit/8600ace87618d33ad3182124be447f0b2c9728f4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 19 23:31:40 2016 +0100 patch 7.4.1362 Problem: Using unitinialized value. Solution: Initialize jo_set.
author Christian Brabandt <cb@256bit.org>
date Fri, 19 Feb 2016 23:45: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"