view src/msys32.bat @ 32066:1b2d6aa29267 v9.0.1364

patch 9.0.1364: build error with older Mac OS Commit: https://github.com/vim/vim/commit/da77693b17ff1f17f03ac78f0298294cf7d1087f Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Tue Feb 28 15:51:23 2023 +0000 patch 9.0.1364: build error with older Mac OS Problem: Build error with older Mac OS. Solution: Adjust #ifdef. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/12074)
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Feb 2023 17:00:04 +0100
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%