From: pcs Date: Tue, 21 Jul 1998 09:33:29 +0000 (+0000) Subject: Be more explicit when explaining how to compile from DSP files. X-Git-Tag: 1.3.2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2d4a2c24c70369355447d762540379f851c54a;p=thirdparty%2Fapache%2Fhttpd.git Be more explicit when explaining how to compile from DSP files. 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 --- diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html index 587a4193b05..a65b2d5a596 100644 --- a/docs/manual/platform/windows.html +++ b/docs/manual/platform/windows.html @@ -413,17 +413,25 @@ it) all have the downside of @@whatever@@. track down problems.

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.

- -

Project files (.DSP) are included for each of the - portions of Apache. The three projects that are necessary for - Apache to run are Apache.dsp, ap/ap.dsp, - regex/regex.dsp, ApacheCore.dsp and - os/win32/ApacheOS.dsp. The src/win32 - subdirectory contains project files for the optional modules (see - below).

+ 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 (.DSP) 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 in this order: + +
    +
  1. os\win32\ApacheOS.dsp +
  2. regex\regex.dsp +
  3. ap\ap.dsp +
  4. main\gen_uri_delims.dsp +
  5. main\gen_test_char.dsp +
  6. ApacheCore.dsp +
  7. Apache.dsp +
+ + In addition, the src\os\win32 subdirectory contains + project files for the optional modules (see below).

Once Apache has been compiled, it needs to be installed in its server root directory. The default is the \Apache