comparison src/INSTALLpc.txt @ 22880:a9292e0a7157 v8.2.1987

patch 8.2.1987: MS-Windows: Win32.mak is no longer needed Commit: https://github.com/vim/vim/commit/6453cc8078af403956d0e8c1849cf5ec0aae86b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 14 21:04:33 2020 +0100 patch 8.2.1987: MS-Windows: Win32.mak is no longer needed Problem: MS-Windows: Win32.mak is no longer needed. Solution: Do not include Win32.mak. (Jason McHugh, closes https://github.com/vim/vim/issues/7290)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Nov 2020 21:15:03 +0100
parents 63beef1ca62c
children 29c5f168c6fd
comparison
equal deleted inserted replaced
22879:9ad040404f2b 22880:a9292e0a7157
262 262
263 For building 64 bit binaries you also need to install the SDK: 263 For building 64 bit binaries you also need to install the SDK:
264 "Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1" 264 "Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1"
265 You don't need the examples and documentation. 265 You don't need the examples and documentation.
266 266
267 If you get an error that Win32.mak can't be found, you have to set the
268 variable SDK_INCLUDE_DIR. For example, on Windows 10, installation of MSVC
269 puts include files in the following directory:
270 set SDK_INCLUDE_DIR=C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include
271
272 267
273 2. MSYS2 with MinGW 268 2. MSYS2 with MinGW
274 =================== 269 ===================
275 270
276 2.1. Setup the basic msys2 environment 271 2.1. Setup the basic msys2 environment