view src/msys64.bat @ 28771:cf9f5b5c8079 v8.2.4910

patch 8.2.4910: imperfect coding Commit: https://github.com/vim/vim/commit/9ff7d717aa3176de5c61de340deb93f41c7780fc Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 17:45:16 2022 +0100 patch 8.2.4910: imperfect coding Problem: Imperfect coding. Solution: Make code nicer.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 19:00:03 +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%