diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-28 18:47:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-28 18:47:14 +0200 |
commit | fec246d2c595164ac3b7e9fe9677053d3739b834 (patch) | |
tree | e55cd7a33e8442594ac9bb7844030a28d6ada605 /nsis | |
parent | 36f44c21da2e912c008683a0c4447fca2a071e9a (diff) | |
download | vim-git-fec246d2c595164ac3b7e9fe9677053d3739b834.tar.gz |
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.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 2ae7d4124..26d7aab8e 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 |