diff 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
line wrap: on
line diff
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -264,11 +264,6 @@ For building 64 bit binaries you also ne
 "Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1"
 You don't need the examples and documentation.
 
-If you get an error that Win32.mak can't be found, you have to set the
-variable SDK_INCLUDE_DIR.  For example, on Windows 10, installation of MSVC
-puts include files in the following directory:
-    set SDK_INCLUDE_DIR=C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include
-
 
 2. MSYS2 with MinGW
 ===================