view src/msvc2008.bat @ 21457:26bdc67a3918 v8.2.1279

patch 8.2.1279: some tests on Travis have EXITFREE duplicated Commit: https://github.com/vim/vim/commit/8d5f6af5e5a5edfd3fa95f33540c204f4e74331e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 23 15:50:40 2020 +0200 patch 8.2.1279: some tests on Travis have EXITFREE duplicated Problem: Some tests on Travis have EXITFREE duplicated. Solution: Remove EXITFREE from shadowopt. Add "shadow" to job name.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jul 2020 16:00: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"