view src/msvc2008.bat @ 12449:7a743053dfd6 v8.0.1104

patch 8.0.1104: the qf_jump() function is too long commit https://github.com/vim/vim/commit/ef6b8de42f439271edcf5cf22b2450f2cf302c2e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 14 13:57:37 2017 +0200 patch 8.0.1104: the qf_jump() function is too long Problem: The qf_jump() function is too long. Solution: Split of parts to separate functions. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Sep 2017 14:00:05 +0200
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2008 Express Edition
rem   aka Microsoft Visual Studio 9.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS90COMNTOOLS%vsvars32.bat"