view src/msys64.bat @ 20071:385e2f8aa8c1 v8.2.0591

patch 8.2.0591: MS-Windows: should always support IPv6 Commit: https://github.com/vim/vim/commit/aa82259fef8d08326029c580282b417790230e93 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 17 20:48:57 2020 +0200 patch 8.2.0591: MS-Windows: should always support IPv6 Problem: MS-Windows: should always support IPv6 Solution: Add build flag. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5944)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Apr 2020 21: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%