view src/msys32.bat @ 28337:1cd053ebb5fc v8.2.4694

patch 8.2.4694: avoidance of #elif causes more preproc nesting Commit: https://github.com/vim/vim/commit/02560424bf838cadc8c19294af6b6b6c383ab291 Author: ichizok <gclient.gaap@gmail.com> Date: Tue Apr 5 14:18:44 2022 +0100 patch 8.2.4694: avoidance of #elif causes more preproc nesting Problem: Avoidance of #elif causes more preproc nesting. Solution: Use #elif where it is useful. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/10081)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Apr 2022 15:30:02 +0200
parents 78449866e9a9
children
line wrap: on
line source

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

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