view src/msvc2008.bat @ 15949:d8ab4fa99341 v8.1.0980

patch 8.1.0980: extend() insufficiently tested commit https://github.com/vim/vim/commit/58d63a0a2364e1f06a80550f9f5038145b339171 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 25 05:56:31 2019 +0100 patch 8.1.0980: extend() insufficiently tested Problem: extend() insufficiently tested. Solution: Add more tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/4040)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Feb 2019 06:00:04 +0100
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"