wrowe 00/12/13 07:40:12
Modified: htdocs/manual win_compiling.html Log: Good catch to the docs Submitted by: Andrew Braund <[EMAIL PROTECTED]> 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.</P> -<P>The core .dsp projects that are build by Apache.dsw or makefile.win are:</P> +<P>The core .dsp projects that are built by Apache.dsw or makefile.win are:</P> <OL> <LI><CODE>os\win32\ApacheOS.dsp</CODE> + <LI><CODE>os\win32\Win9xConHook.dsp</CODE> <LI><CODE>regex\regex.dsp</CODE> <LI><CODE>ap\ap.dsp</CODE> <LI><CODE>lib\expat-lite\xmltok.dsp</CODE> @@ -156,7 +157,13 @@ <UL> <LI><CODE><EM>c:\ServerRoot</EM>\Apache.exe</CODE> - Apache executable <LI><CODE><EM>c:\ServerRoot</EM>\ApacheCore.dll</CODE> - Main Apache - shared library + [shared library] + <LI><CODE><EM>c:\ServerRoot</EM>\Win9xConHook.dll</CODE> - Win9x console + hook fixups [shared library] + <LI><CODE><EM>c:\ServerRoot</EM>\xmlparse.dll</CODE> - XML parser + [shared library] + <LI><CODE><EM>c:\ServerRoot</EM>\xmltok.dll</CODE> - XML token engine + [shared library] <LI><CODE><EM>c:\ServerRoot</EM>\modules\ApacheModule*.dll</CODE> - Loadable Apache modules <LI><CODE><EM>c:\ServerRoot</EM>\bin\*.exe</CODE> - Administrator support