view src/msvc2008.bat @ 25133:e0baf334f1ca v8.2.3103

patch 8.2.3103: swap test may fail on some systems Commit: https://github.com/vim/vim/commit/f33cae605064c8bdb908a8069d936f752572cd76 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 4 17:36:54 2021 +0200 patch 8.2.3103: swap test may fail on some systems Problem: Swap test may fail on some systems when jobs take longer to exit. Solution: Use different file names.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 17:45:03 +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"