summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-15 21:43:21 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-15 21:43:21 +0200
commit81b07b527e8b9c35d12fd45b63885d6938564723 (patch)
treec2a6b826ade36fd9c23230998c6e956ee00f4134 /Makefile
parenta20f83df1d646a2d296af835ba1154f09986f102 (diff)
patch 8.0.1197: MS-Windows build instructions are not up to datev8.0.1197
Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4cc77e6f4a..a45af5a993 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,7 @@ MINOR = 0
# - > make dossrc
# > make dosrt
# 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:
# - See src/INSTALLpc.txt for installing the compiler and SDK.
# - Set environment for Visual C++ 2015:
@@ -186,8 +187,9 @@ MINOR = 0
# gvimext64.dll in src/GvimExt
# VisVim.dll in src/VisVim
# 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/
-# It is part of vim72.zip as vim72/gvimext.dll.
+# gvimext64.dll can be obtained from:
+# 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
# version). Also put winpty32.dll and winpty-agent.exe there.
# - go to ../nsis and do: