view src/msvc2008.bat @ 24319:cc40b0d66646 v8.2.2700

patch 8.2.2700: nested autocmd test fails sometimes Commit: https://github.com/vim/vim/commit/6437475ffb421d6ac35572aa779ff24b70c5206b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 17:22:29 2021 +0200 patch 8.2.2700: nested autocmd test fails sometimes Problem: Nested autocmd test fails sometimes. Solution: Wait for the job to finish.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 17:30: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"