view src/msvc2008.bat @ 27319:c6533967ca9f v8.2.4188

patch 8.2.4188: not all gitconfig files are recognized Commit: https://github.com/vim/vim/commit/bcfa11b7dfdfbb4d412dd843a6da3fce68ba2e39 Author: Tim Pope <code@tpope.net> Date: Sun Jan 23 11:28:16 2022 +0000 patch 8.2.4188: not all gitconfig files are recognized Problem: Not all gitconfig files are recognized. Solution: Add a few more patterns. (Tim Pope, closes https://github.com/vim/vim/issues/9597)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Jan 2022 12:30: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"