Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/INSTALLpc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ This includes the IDE and the debugger.
To set the environment execute the msvc2008.bat script. You can then build
Vim with Make_mvc.mak.

You may find that you have to set the variable SDK_INCLUDE_DIR in order for
Make_mvc.mak to work. For example, on Windows 10, installation of mscv puts
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/mscv/msvc/

include files in the following directory:

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include

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.
Expand Down