view src/msys64.bat @ 14865:ad5b977b5ad1 v8.1.0444

patch 8.1.0444: unnecessary check for NULL pointer commit https://github.com/vim/vim/commit/54ade9f7e3b5cfd582aee03591a2b0884b9a96ab Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 2 14:15:12 2018 +0200 patch 8.1.0444: unnecessary check for NULL pointer Problem: Unnecessary check for NULL pointer. Solution: Remove check and call vim_free() directly.
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Oct 2018 14:30:07 +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%