comparison Makefile @ 12638:52d928d016bc v8.0.1197

patch 8.0.1197: MS-Windows build instructions are not up to date commit https://github.com/vim/vim/commit/81b07b527e8b9c35d12fd45b63885d6938564723 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 15 21:43:21 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2017 21:45:04 +0200
parents aca41efd888c
children 1174611ad715
comparison
equal deleted inserted replaced
12637:c0984e987588 12638:52d928d016bc
129 # Use the "shared-64.zip file and extract the archive to get the files. 129 # Use the "shared-64.zip file and extract the archive to get the files.
130 # Put them in the gettext64 directory, "make dosrt" uses them. 130 # Put them in the gettext64 directory, "make dosrt" uses them.
131 # - > make dossrc 131 # - > make dossrc
132 # > make dosrt 132 # > make dosrt
133 # Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC. 133 # Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
134 # This creates the directory vim/vim80 and puts all files in there.
134 # Win32 console version build: 135 # Win32 console version build:
135 # - See src/INSTALLpc.txt for installing the compiler and SDK. 136 # - See src/INSTALLpc.txt for installing the compiler and SDK.
136 # - Set environment for Visual C++ 2015: 137 # - Set environment for Visual C++ 2015:
137 # > cd src 138 # > cd src
138 # > msvc2015.bat 139 # > msvc2015.bat
184 # - copy these files (get them from a binary archive or build them): 185 # - copy these files (get them from a binary archive or build them):
185 # gvimext.dll in src/GvimExt 186 # gvimext.dll in src/GvimExt
186 # gvimext64.dll in src/GvimExt 187 # gvimext64.dll in src/GvimExt
187 # VisVim.dll in src/VisVim 188 # VisVim.dll in src/VisVim
188 # Note: VisVim needs to be build with MSVC 5, newer versions don't work. 189 # Note: VisVim needs to be build with MSVC 5, newer versions don't work.
189 # gvimext64.dll can be obtained from http://code.google.com/p/vim-win3264/ 190 # gvimext64.dll can be obtained from:
190 # It is part of vim72.zip as vim72/gvimext.dll. 191 # https://github.com/vim/vim-win32-installer/releases
192 # It is part of gvim_8.0.*_x64.zip as vim/vim80/GvimExt/gvimext64.dll.
191 # - Make sure there is a diff.exe two levels up (get it from a previous Vim 193 # - Make sure there is a diff.exe two levels up (get it from a previous Vim
192 # version). Also put winpty32.dll and winpty-agent.exe there. 194 # version). Also put winpty32.dll and winpty-agent.exe there.
193 # - go to ../nsis and do: 195 # - go to ../nsis and do:
194 # > makensis gvim.nsi (takes a few minutes). 196 # > makensis gvim.nsi (takes a few minutes).
195 # ignore warning for libwinpthread-1.dll 197 # ignore warning for libwinpthread-1.dll