view src/msys64.bat @ 16922:4ba323df874a v8.1.1462

patch 8.1.1462: MS-Windows: using special character requires quoting commit https://github.com/vim/vim/commit/c974022c31e790136c62586eb0b0ace2d02d2afb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 4 08:22:53 2019 +0200 patch 8.1.1462: MS-Windows: using special character requires quoting Problem: MS-Windows: using special character requires quoting. Solution: Add quotes. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jun 2019 08:30:06 +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%