view src/msys64.bat @ 29507:d3058719eff5 v9.0.0095

patch 9.0.0095: conditions are always true Commit: https://github.com/vim/vim/commit/122dea70073d140aa89212d344c3f62bd3b5b3fa Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Jul 27 15:48:45 2022 +0100 patch 9.0.0095: conditions are always true Problem: Conditions are always true. Solution: Remove useless conditions. (closes https://github.com/vim/vim/issues/10802)
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Jul 2022 17:00:04 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH%