diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-02 18:14:34 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-02 18:21:54 +0000 |
commit | d71ea7c01e1a40c08b75543514d3e6a45e1bd85c (patch) | |
tree | 5226a2d79b8f667ebf1eddbc794cc84218d8ff41 /projects/README | |
parent | ab4b49262aee3f40821b03745e081bbb4172552a (diff) |
build: Added WinIDN build configuration options
Added support for WinIDN build configurations to the VC6 project files.
Diffstat (limited to 'projects/README')
-rw-r--r-- | projects/README | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/projects/README b/projects/README index a05f36c75..824c92828 100644 --- a/projects/README +++ b/projects/README @@ -66,10 +66,21 @@ Building with Visual C++ part of Visual Studio. If you are building with VC6 then you will also need the February 2003 - Edition of the Platform SDK which can be downloaded from: + Edition of the Windows Platform SDK which can be downloaded from: http://www.microsoft.com/en-us/download/details.aspx?id=12261 + If you require support for Internationalized Domain Names via Windows IDN + then you will need either: + + * Microsoft Internationalized Domain Name (IDN) Mitigation APIs: + http://www.microsoft.com/en-us/download/details.aspx?id=734 + + * Microsoft Windows SDK Update for Windows Vista: + http://www.microsoft.com/en-us/download/details.aspx?id=23719 + + * Microsoft Visual Studio 2010 or above + Once you have VC++ installed you should launch the application and open one of the solution or workspace files. @@ -95,7 +106,6 @@ TODO are not 100% complete. This is a list of things that are still todo: * Support zlib - * Support WinIDN * Use of static runtime libraries * Generate *.vcxproj.filters files for VC10, VC11 and VC12 * Add the Test Suite components |