view src/msys64.bat @ 34251:9870ee5a6a16

runtime(Filelist): include README_vimlogo.txt (#13944) Commit: https://github.com/vim/vim/commit/f430e7daebc8fb0023884e753c99c3d2f51936af Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed Jan 31 20:51:48 2024 +0100 runtime(Filelist): include README_vimlogo.txt (https://github.com/vim/vim/issues/13944) Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Jan 2024 21:00:02 +0100
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%