Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 5537 invoked by uid 500); 13 Dec 2000 15:40:14 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 5508 invoked by uid 500); 13 Dec 2000 15:40:13 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 13 Dec 2000 15:40:13 -0000 Message-ID: <20001213154013.5491.qmail@locus.apache.org> From: wrowe@locus.apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual win_compiling.html wrowe 00/12/13 07:40:12 Modified: htdocs/manual win_compiling.html Log: Good catch to the docs Submitted by: Andrew Braund Reviewed by: William Rowe Revision Changes Path 1.6 +9 -2 httpd-docs-1.3/htdocs/manual/win_compiling.html Index: win_compiling.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/win_compiling.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- win_compiling.html 2000/11/21 16:09:42 1.5 +++ win_compiling.html 2000/12/13 15:40:12 1.6 @@ -90,10 +90,11 @@ offers revised project files, please convert them back with the script dsp5tocvs.pl, which puts the projects back to Visual Studio 6.0 format.

-

The core .dsp projects that are build by Apache.dsw or makefile.win are:

+

The core .dsp projects that are built by Apache.dsw or makefile.win are:

  1. os\win32\ApacheOS.dsp +
  2. os\win32\Win9xConHook.dsp
  3. regex\regex.dsp
  4. ap\ap.dsp
  5. lib\expat-lite\xmltok.dsp @@ -156,7 +157,13 @@
    • c:\ServerRoot\Apache.exe - Apache executable
    • c:\ServerRoot\ApacheCore.dll - Main Apache - shared library + [shared library] +
    • c:\ServerRoot\Win9xConHook.dll - Win9x console + hook fixups [shared library] +
    • c:\ServerRoot\xmlparse.dll - XML parser + [shared library] +
    • c:\ServerRoot\xmltok.dll - XML token engine + [shared library]
    • c:\ServerRoot\modules\ApacheModule*.dll - Loadable Apache modules
    • c:\ServerRoot\bin\*.exe - Administrator support