view src/msys32.bat @ 16535:be24441bf806 v8.1.1271

patch 8.1.1271: compiler warnings for use of STRNCPY() commit https://github.com/vim/vim/commit/b3de6c4a769986e6eb4e228519a6483d2999ad8f Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 13:02:28 2019 +0200 patch 8.1.1271: compiler warnings for use of STRNCPY() Problem: Compiler warnings for use of STRNCPY(). (John Marriott) Solution: Use mch_memmove() instead of STRNCPY().
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 13:15:06 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%