view src/msvc2008.bat @ 29054:e7bd4c788053 v8.2.5049

patch 8.2.5049: insufficient tests for autocommands Commit: https://github.com/vim/vim/commit/00e977cb83625f979d13639249a7788d5a1cb71e Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jun 1 12:31:53 2022 +0100 patch 8.2.5049: insufficient tests for autocommands Problem: Insufficient tests for autocommands. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/10507)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jun 2022 13:45:04 +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"