view src/msys64.bat @ 20857:ed923c9d9948 v8.2.0980

patch 8.2.0980: raku file extension not recognized Commit: https://github.com/vim/vim/commit/a65d8b5bb9e9267c6e4500c67d26c839a64f30eb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 14 20:04:32 2020 +0200 patch 8.2.0980: raku file extension not recognized Problem: Raku file extension not recognized. (Steven Penny) Solution: Recognize .raku and .rakumod. (closes https://github.com/vim/vim/issues/6255)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jun 2020 20:15: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%