pacman -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake
git clone https://github.com/vim/vim --depth=1
OLE=yes
GUI=yes
MBYTE=yes
FEATURES=HUGE
#DYNAMIC_PYTHON3=yes
#PYTHON3=D:\Anaconda3
#PYTHON3_VER=36
#DYNAMIC_RUBY=yes
#RUBY=D:\Ruby
#RUBY_VER=24
#RUBY_API_VER_LONG=2.4.0
# Do not change this.
UNDER_CYGWIN = no
include Make_cyg_ming.mak
# vim: set noet sw=8 ts=8 sts=0 wm=0 tw=0:
cd src
make -f Make_ming.mak
(in msys2)
Make a copy.cmd in vim/
@set SRC=.
@set DEST=vim81
xcopy %SRC%\runtime %DEST% /D /S /H /I /Y
xcopy %SRC%\src\xxd\xxd.exe %DEST% /D /Y
xcopy %SRC%\src\GvimExt\gvimext.dll %DEST% /D /Y
xcopy %SRC%\src\*.exe %DEST% /D /Y
Run the copy command (in windows command-line)
copy.cmd
vim81/install.exe