view src/msvc2008.bat @ 10891:c9d057b7a0ab v8.0.0335

patch 8.0.0335: functions test fails commit https://github.com/vim/vim/commit/507647da3151f7ffccac1b217936240daa79849c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 16:43:49 2017 +0100 patch 8.0.0335: functions test fails Problem: Functions test fails. Solution: Use the right buffer number.
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Feb 2017 16:45:06 +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"