comparison nsis/gvim.nsi @ 12162:e18b9d7d8d78 v8.0.0961

patch 8.0.0961: the script to build the installer does not include winpty commit https://github.com/vim/vim/commit/98ebd2bbec3443878dd0ed772ab67efb618f2fad Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 13:29:19 2017 +0200 patch 8.0.0961: the script to build the installer does not include winpty Problem: The script to build the installer does not include winpty. Solution: Add winpty32.dll and winpty-agent.exe like diff.exe
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 13:30:03 +0200
parents bafb447104f6
children 55359dabb6cc
comparison
equal deleted inserted replaced
12161:9ddc50ae2ff1 12162:e18b9d7d8d78
189 File /oname=install.exe ${VIMSRC}\installw32.exe 189 File /oname=install.exe ${VIMSRC}\installw32.exe
190 File /oname=uninstal.exe ${VIMSRC}\uninstalw32.exe 190 File /oname=uninstal.exe ${VIMSRC}\uninstalw32.exe
191 File ${VIMSRC}\vimrun.exe 191 File ${VIMSRC}\vimrun.exe
192 File /oname=tee.exe ${VIMSRC}\teew32.exe 192 File /oname=tee.exe ${VIMSRC}\teew32.exe
193 File /oname=xxd.exe ${VIMSRC}\xxdw32.exe 193 File /oname=xxd.exe ${VIMSRC}\xxdw32.exe
194 File ${VIMTOOLS}\diff.exe
195 File ${VIMRT}\vimtutor.bat 194 File ${VIMRT}\vimtutor.bat
196 File ${VIMRT}\README.txt 195 File ${VIMRT}\README.txt
197 File ..\uninstal.txt 196 File ..\uninstal.txt
198 File ${VIMRT}\*.vim 197 File ${VIMRT}\*.vim
199 File ${VIMRT}\rgb.txt 198 File ${VIMRT}\rgb.txt
199
200 File ${VIMTOOLS}\diff.exe
201 File ${VIMTOOLS}\winpty32.dll
202 File ${VIMTOOLS}\winpty-agent.exe
200 203
201 SetOutPath $0\colors 204 SetOutPath $0\colors
202 File ${VIMRT}\colors\*.* 205 File ${VIMRT}\colors\*.*
203 206
204 SetOutPath $0\compiler 207 SetOutPath $0\compiler