You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@apache.org on 2001/02/18 08:38:51 UTC

cvs commit: httpd-2.0/docs/manual/platform win_compiling.html

fielding    01/02/17 23:38:50

  Modified:    docs/manual/platform win_compiling.html
  Log:
  Update some references to the old src tree structure.
  
  Revision  Changes    Path
  1.7       +13 -15    httpd-2.0/docs/manual/platform/win_compiling.html
  
  Index: win_compiling.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/win_compiling.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- win_compiling.html	2000/06/03 06:59:57	1.6
  +++ win_compiling.html	2001/02/18 07:38:50	1.7
  @@ -28,8 +28,7 @@
      command-line environment for command-line builds!</P>
   
   <P>First, unpack the Apache distribution into an appropriate
  -   directory. Open a command-line prompt, and change to the
  -   <CODE>src</CODE> subdirectory of the Apache distribution.</P>
  +   directory. Open a command-line prompt and cd to that directory.</P>
   
   <P>The master Apache makefile instructions are contained in the
      <CODE>Makefile.win</CODE> file. To compile Apache on Windows, simply
  @@ -45,7 +44,7 @@
   
   <P>Apache can also be compiled using VC++'s Visual Studio development
      environment. To simplify this process, a Visual Studio workspace,
  -   Apache.dsw, is provided in the src folder.  This workspace exposes
  +   Apache.dsw, is provided.  This workspace exposes
      the entire list of working .dsp projects that are required for the
      complete Apache binary release.  It includes dependencies between
      the projects to assure that they are built in the appropriate order.</P>
  @@ -55,7 +54,7 @@
      VisualStudio 5.0 (97) but you must first use the perl script command:</P>
   
   <PRE>
  -    cd src\helpers
  +    cd srclib\apr\build
       cvstodsp5.pl
   </PRE>
   
  @@ -63,7 +62,7 @@
      however VisualStudio 97 in particular will not recognize the /ZI flag
      to the C compiler for the debugging mode.  This script toggles the
      new /ZI flag back to /Zi for Debug builds, among other adjustments.
  -   The converse script in <CODE>src/helpers/dsp5tocvs.pl</CODE> will 
  +   The converse script in <CODE>srclib\apr\build\dsp5tocvs.pl</CODE> will 
      reverse the adjustments, and we ask you to do so before submitting 
      patches against any .dsp project files.</P>
   
  @@ -71,13 +70,13 @@
      .dsp projects of the Apache server in the following sequence:</P>
   
   <OL>
  -   <LI><CODE>lib\apr\aprlib.dsp</CODE>
  -   <LI><CODE>lib\apr\aprlibdll.dsp <EM>requires aprlib</EM></CODE>
  -   <LI><CODE>lib\pcre\dftables.dsp</CODE>
  -   <LI><CODE>lib\pcre\pcre.dsp <EM>requires dftables</EM></CODE>
  -   <LI><CODE>lib\pcre\pcreposix.dsp <EM>requires dftables and pcre</EM></CODE>
  -   <LI><CODE>lib\expat-lite\xmltok.dsp</CODE>
  -   <LI><CODE>lib\expat-lite\xmlparse.dsp <EM>requires xmltok</EM></CODE>
  +   <LI><CODE>srclib\apr\aprlib.dsp</CODE>
  +   <LI><CODE>srclib\apr\aprlibdll.dsp <EM>requires aprlib</EM></CODE>
  +   <LI><CODE>srclib\pcre\dftables.dsp</CODE>
  +   <LI><CODE>srclib\pcre\pcre.dsp <EM>requires dftables</EM></CODE>
  +   <LI><CODE>srclib\pcre\pcreposix.dsp <EM>requires dftables and pcre</EM></CODE>
  +   <LI><CODE>srclib\expat-lite\xmltok.dsp</CODE>
  +   <LI><CODE>srclib\expat-lite\xmlparse.dsp <EM>requires xmltok</EM></CODE>
      <LI><CODE>main\gen_uri_delims.dsp</CODE>
      <LI><CODE>main\gen_test_char.dsp</CODE>
      <LI><CODE>ApacheCore.dsp <EM>requires all of the above</EM></CODE>
  @@ -151,7 +150,7 @@
      are defined in the Microsoft VisualStudio workspace file:
      
   <PRE>
  -   src/Apache.dsw
  +   Apache.dsw
   </PRE>
      
   <P>This assures that lower-level sources are rebuilt from within
  @@ -159,8 +158,7 @@
      Makefile.win to move the compiled executables and dlls.  You may 
      personalize the INSTDIR= setting by changing the Settings for
      InstallBin, Build command line entry under the General tab.
  -   The default from within the InstallBin.dsp project is one level up
  -   (..) from the src tree.</P>
  +   INSTDIR defaults to the same directory as the httpd source.</P>
   
   <P><STRONG>Warning about building Apache from the development tree</STRONG></P>
   
  
  
  

Re: cvs commit: httpd-2.0/docs/manual/platform win_compiling.html

Posted by Rodent of Unusual Size <Ke...@Golux.Com>.
fielding@apache.org wrote:
> 
> fielding    01/02/17 23:38:50
> 
>   Modified:    docs/manual/platform win_compiling.html

Um, something is broken, maybe?  Why was this not also sent
to the apache-docs list?
-- 
#ken    P-)}

Ken Coar                    <http://Golux.Com/coar/>
Apache Software Foundation  <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed"   <http://ApacheUnleashed.Com/>