]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Be more explicit when explaining how to compile from DSP files.
authorpcs <pcs@unknown>
Tue, 21 Jul 1998 09:33:29 +0000 (09:33 +0000)
committerpcs <pcs@unknown>
Tue, 21 Jul 1998 09:33:29 +0000 (09:33 +0000)
Add references to the projects to build uri_delims and test_chars files.
Give a suggested compilation order.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81794 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html

index 587a4193b05b481947f02a7cfbfad59a8e485479..a65b2d5a5968aee77e93122e74983a83ecab44af 100644 (file)
@@ -413,17 +413,25 @@ it) all have the downside of @@whatever@@.
    track down problems.</P>
 
 <P>Apache can also be compiled using VC++'s Visual Studio development
-   environment. Although compiling Apache in this manner is not as simple,
-   it makes it possible to easily modify the Apache source, or to compile
-   Apache if the command-line tools are not installed.</P>
-
-<P>Project files (<CODE>.DSP</CODE>) are included for each of the
-   portions of Apache. The three projects that are necessary for
-   Apache to run are <CODE>Apache.dsp</CODE>, <CODE>ap/ap.dsp</CODE>,
-   <CODE>regex/regex.dsp</CODE>, <CODE>ApacheCore.dsp</CODE> and
-   <CODE>os/win32/ApacheOS.dsp</CODE>. The <CODE>src/win32</CODE>
-   subdirectory contains project files for the optional modules (see
-   below).</P>
+   environment. Although compiling Apache in this manner is not as
+   simple, it makes it possible to easily modify the Apache source, or
+   to compile Apache if the command-line tools are not installed.
+   Project files (<CODE>.DSP</CODE>) are included for each of the
+   portions of Apache. To build Apache from the these projects files
+   you will need to build the following projects <i>in this order</i>:
+
+ <OL>
+   <LI><CODE>os\win32\ApacheOS.dsp</CODE>
+   <LI><CODE>regex\regex.dsp</CODE>
+   <LI><CODE>ap\ap.dsp</CODE>
+   <LI><CODE>main\gen_uri_delims.dsp</CODE>
+   <LI><CODE>main\gen_test_char.dsp</CODE>
+   <LI><CODE>ApacheCore.dsp</CODE>
+   <LI><CODE>Apache.dsp</CODE>
+ </OL>
+
+   In addition, the <CODE>src\os\win32</CODE> subdirectory contains
+   project files for the optional modules (see below).</P>
 
 <P>Once Apache has been compiled, it needs to be installed in its server
    root directory. The default is the <CODE>\Apache</CODE>