\r
The latest Platform SDK can be downloaded freely from:\r
\r
- https://msdn.microsoft.com/en-us/windows/bb980924\r
+ https://developer.microsoft.com/nl-nl/windows/downloads/sdk-archive\r
\r
If you are building with VC6 then you will also need the February 2003\r
Edition of the Platform SDK which can be downloaded from:\r
Building with Visual C++\r
========================\r
\r
-Open a Visual Studio Command prompt or the SDK CMD shell.\r
+Open a Visual Studio Command prompt:\r
\r
- Using the CMD Shell:\r
- choose the right environment via the setenv command (see setenv /?)\r
- for the full list of options. setenv /xp /x86 /release for example.\r
+ Using the 'Developer Command Prompt for VS <version>' menu entry:\r
+ where version is the Visual Studio version. The developer prompt at default\r
+ uses the x86 mode. It is required to call Vcvarsall.bat to setup the prompt\r
+ for the machine type you want, using Vcvarsall.bat.\r
+ This type of command prompt may not exist in all Visual Studio versions.\r
\r
- Using the Visual Studio command prompt Shell:\r
- Everything is already pre-configured by calling one of the command\r
- prompt.\r
+ For more information, check:\r
+ https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs\r
+ https://docs.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line\r
+\r
+ Using the 'VS <version> <platform> <type> Command Prompt' menu entry:\r
+ where version is the Visual Studio version, platform is e.g. x64\r
+ and type Native of Cross platform build. This type of command prompt\r
+ may not exist in all Visual Studio versions.\r
+\r
+ See also:\r
+ https://msdn.microsoft.com/en-us/library/f2ccy3wt.aspx\r
\r
Once you are in the console, go to the winbuild directory in the Curl\r
sources:\r