view src/msvc2008.bat @ 26298:bb58c4530851 v8.2.3680

patch 8.2.3680: repeated code in xxd Commit: https://github.com/vim/vim/commit/d1d8a595bd03bf9ff6ba1440101daa98b19249fd Author: DungSaga <dungsaga@users.noreply.github.com> Date: Fri Nov 26 13:59:27 2021 +0000 patch 8.2.3680: repeated code in xxd Problem: Repeated code in xxd. Solution: Change exit_on_ferror() to getc_or_die(). (closes https://github.com/vim/vim/issues/9226)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Nov 2021 15:00:05 +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"