view src/msys64.bat @ 22033:cdf95988615a v8.2.1566

patch 8.2.1566: not all Bazel files are recognized Commit: https://github.com/vim/vim/commit/4488f5a545691ca4c8802bad0d70a5e750fc8844 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 2 17:08:59 2020 +0200 patch 8.2.1566: not all Bazel files are recognized Problem: Not all Bazel files are recognized. Solution: Add *.bazel and *.BUILD. (closes https://github.com/vim/vim/issues/6836)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 17: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%