summaryrefslogtreecommitdiffstats
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-28 18:47:14 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-28 18:47:14 +0200
commitfec246d2c595164ac3b7e9fe9677053d3739b834 (patch)
treee55cd7a33e8442594ac9bb7844030a28d6ada605 /nsis
parent36f44c21da2e912c008683a0c4447fca2a071e9a (diff)
patch 7.4.2286v7.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.
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 2ae7d41249..26d7aab8ee 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -188,6 +188,7 @@ Section "Vim executables and runtime files"
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