aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-02-24 00:00:25 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-02-24 00:01:03 +0100
commit06df42410e8829b70812b56664ab9fe3c77b683a (patch)
treed5fc5a34883678d90183987842b2146f184046a8 /projects
parent5fb70ea17001d328b07ed3f1971870446208054a (diff)
projects/README: remove reference to dead IDN link/package
Reported-by: Stefan Kanthak and Rod Widdowson Fixes #2325
Diffstat (limited to 'projects')
-rw-r--r--projects/README11
1 files changed, 4 insertions, 7 deletions
diff --git a/projects/README b/projects/README
index 60b8c874d..99b1d7a29 100644
--- a/projects/README
+++ b/projects/README
@@ -74,9 +74,6 @@ Building with Visual C++
If you require support for Internationalized Domain Names via Windows IDN
then you will need either:
- * Microsoft Internationalized Domain Name (IDN) Mitigation APIs:
- https://www.microsoft.com/en-us/download/details.aspx?id=734
-
* Microsoft Windows SDK Update for Windows Vista:
https://www.microsoft.com/en-us/download/details.aspx?id=23719
@@ -108,7 +105,7 @@ Running DLL based configurations
... where 'Path to DLL` is the configuration specific path. For example the
following configurations in Visual Studio 2010 might be:
-
+
DLL Debug - DLL OpenSSL (Win32):
PATH=..\..\..\..\..\openssl\build\Win32\VC10\DLL Debug;C:\Windows\system32;
C:\Windows;C:\Windows\System32\Wbem
@@ -133,7 +130,7 @@ Notes
=====
The following keywords have been used in the directory hierarchy:
-
+
<platform> - The platform (For example: Windows)
<ide> - The IDE (For example: VC6, VC10, BCC5)
<architecture> - The platform architecture (For example: Win32, Win64)
@@ -142,12 +139,12 @@ Notes
If you are using the source code from the git repository, rather than a
release archive or nightly build, you will need to generate the project
- files. Please run "generate -help" for usage details.
+ files. Please run "generate -help" for usage details.
Should you wish to help out with some of the items on the TODO list, or
find bugs in the project files that need correcting, and would like to
submit updated files back then please note that, whilst the solution files
- can be edited directly, the templates for the project files (which are
+ can be edited directly, the templates for the project files (which are
stored in the git repositoty) will need to be modified rather than the
generated project files that Visual Studio uses.