summaryrefslogtreecommitdiffstats
path: root/src/INSTALLpc.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-14 21:04:33 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-14 21:04:33 +0100
commit6453cc8078af403956d0e8c1849cf5ec0aae86b2 (patch)
tree7b41b5955ebe314d9d0614de72b7d8beae21448b /src/INSTALLpc.txt
parenta065a141156c8c4017e21dfc9b99a05cfd0b63d6 (diff)
patch 8.2.1987: MS-Windows: Win32.mak is no longer neededv8.2.1987
Problem: MS-Windows: Win32.mak is no longer needed. Solution: Do not include Win32.mak. (Jason McHugh, closes #7290)
Diffstat (limited to 'src/INSTALLpc.txt')
-rw-r--r--src/INSTALLpc.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt
index 315340dab3..ee22b6549a 100644
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -264,11 +264,6 @@ For building 64 bit binaries you also need to install the SDK:
"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
===================