diff nsis/gvim.nsi @ 10028:62b7fb15ff7e v7.4.2286

commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 18:47:14 2016 +0200 patch 7.4.2286 Problem: The tee program isn't included. Makefile contains build instructions that don't work. Solution: Update the Filelist and build instructions. Remove build instructions for DOS and old Windows. Add the tee program.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 19:00:06 +0200
parents c473a9393dc5
children 5de2fb612f21
line wrap: on
line diff
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -188,6 +188,7 @@ Section "Vim executables and runtime fil
 	File /oname=install.exe ${VIMSRC}\installw32.exe
 	File /oname=uninstal.exe ${VIMSRC}\uninstalw32.exe
 	File ${VIMSRC}\vimrun.exe
+	File /oname=tee.exe ${VIMSRC}\teew32.exe
 	File /oname=xxd.exe ${VIMSRC}\xxdw32.exe
 	File ${VIMTOOLS}\diff.exe
 	File ${VIMRT}\vimtutor.bat