blarg. patch attached
Geoffrey Young wrote:
>>I hate even including the links as they are staled often.
>
>
> yeah.
>
> but here's a patch anyway that at least matches my recent experience. if it
> looks ok to the people that use the platform regularly I'll hand it over to
> httpd-docs.
>
> --Geoff
Index: docs/manual/platform/win_compiling.xml
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/platform/win_compiling.xml,v
retrieving revision 1.7
diff -u -r1.7 win_compiling.xml
--- docs/manual/platform/win_compiling.xml 9 Feb 2004 20:22:51 -0000 1.7
+++ docs/manual/platform/win_compiling.xml 5 Mar 2004 18:37:31 -0000
@@ -65,7 +65,7 @@
<li>
<p>The Windows Platform SDK.</p>
<p>Visual C++ 5.0 builds require an updated Microsoft Windows
- Platform SDK to enable some Apache features. For command line
+ Platform SDK to compile. For command line
builds, the Platform SDK environment is prepared by the
<code>setenv</code> batch file:</p>
@@ -77,13 +77,9 @@
later are sufficient, so users of later version may skip
this requirement.</p>
- <note>Note that the Windows Platform SDK update is required
- to enable all supported <module>mod_isapi</module> features.
- Without a recent update, Apache will issue warnings under
- MSVC++ 5.0 that some <module>mod_isapi</module> features
- will be disabled. Look for the update at <a
- href="http://msdn.microsoft.com/downloads/sdks/platform/platform.asp"
- >http://msdn.microsoft.com/downloads/sdks/platform/platform.asp</a>.</note>
+ <note>Look for the Platform SDK at <a
+ href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/home.htm"
+
>http://www.microsoft.com/msdownload/platformsdk/sdkupdate/home.htm</a>.</note>
</li>
<li>