forked from aniani/vim
patch 8.0.1197: MS-Windows build instructions are not up to date
Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script.
This commit is contained in:
parent
a20f83df1d
commit
81b07b527e
6
Makefile
6
Makefile
@ -131,6 +131,7 @@ MINOR = 0
|
|||||||
# - > make dossrc
|
# - > make dossrc
|
||||||
# > make dosrt
|
# > make dosrt
|
||||||
# Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
|
# Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
|
||||||
|
# This creates the directory vim/vim80 and puts all files in there.
|
||||||
# Win32 console version build:
|
# Win32 console version build:
|
||||||
# - See src/INSTALLpc.txt for installing the compiler and SDK.
|
# - See src/INSTALLpc.txt for installing the compiler and SDK.
|
||||||
# - Set environment for Visual C++ 2015:
|
# - Set environment for Visual C++ 2015:
|
||||||
@ -186,8 +187,9 @@ MINOR = 0
|
|||||||
# gvimext64.dll in src/GvimExt
|
# gvimext64.dll in src/GvimExt
|
||||||
# VisVim.dll in src/VisVim
|
# VisVim.dll in src/VisVim
|
||||||
# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
|
# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
|
||||||
# gvimext64.dll can be obtained from http://code.google.com/p/vim-win3264/
|
# gvimext64.dll can be obtained from:
|
||||||
# It is part of vim72.zip as vim72/gvimext.dll.
|
# https://github.com/vim/vim-win32-installer/releases
|
||||||
|
# It is part of gvim_8.0.*_x64.zip as vim/vim80/GvimExt/gvimext64.dll.
|
||||||
# - Make sure there is a diff.exe two levels up (get it from a previous Vim
|
# - Make sure there is a diff.exe two levels up (get it from a previous Vim
|
||||||
# version). Also put winpty32.dll and winpty-agent.exe there.
|
# version). Also put winpty32.dll and winpty-agent.exe there.
|
||||||
# - go to ../nsis and do:
|
# - go to ../nsis and do:
|
||||||
|
@ -351,7 +351,7 @@ Section "Add an Edit-with-Vim context menu entry"
|
|||||||
# Can't copy gvimext.dll, create it under another name and rename it
|
# Can't copy gvimext.dll, create it under another name and rename it
|
||||||
# on next reboot.
|
# on next reboot.
|
||||||
GetTempFileName $3 $0\GvimExt64
|
GetTempFileName $3 $0\GvimExt64
|
||||||
File /oname=$3 ${VIMSRC}\GvimExt64\gvimext.dll
|
File /oname=$3 ${VIMSRC}\GvimExt\gvimext64.dll
|
||||||
Rename /REBOOTOK $3 $0\GvimExt64\gvimext.dll
|
Rename /REBOOTOK $3 $0\GvimExt64\gvimext.dll
|
||||||
!ifdef HAVE_NLS
|
!ifdef HAVE_NLS
|
||||||
GetTempFileName $3 $0\GvimExt64
|
GetTempFileName $3 $0\GvimExt64
|
||||||
|
@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1197,
|
||||||
/**/
|
/**/
|
||||||
1196,
|
1196,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user