Two small errors in current document.
1. The <pre> at line 214 is enclosed by <p></p> in violation of
specs.
2. No charset info.
--
Jerry BakerTitle: Compiling Apache for Microsoft Windows
Index: win_compiling.html
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/platform/win_compiling.html,v
retrieving revision 1.16
diff -u -r1.16 win_compiling.html
--- win_compiling.html 15 May 2002 22:43:25 -0000 1.16
+++ win_compiling.html 16 May 2002 18:44:59 -0000
@@ -4,7 +4,7 @@
@@ -210,11 +210,11 @@
You must build the projects first in order to create all dynamic
auto-generated targets, so that dependencies can be parsed
correctly. Run the following command to fix the paths so they
- will build anywhere;
+ will build anywhere;
perl srclib\apr\build\fixwin32mak.pl
- You must type this command from the top level
+ You must type this command from the top level directory of the httpd source tree. Every .mak and .dep project file within the current directory and below will be corrected, and the timestamps adjusted to reflect the .dsp.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
