You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/06/03 03:43:35 UTC

cvs commit: apache-2.0/htdocs/manual win_compiling.html

wrowe       00/06/02 18:43:35

  Modified:    htdocs/manual win_compiling.html
  Log:
    More fair warning for Win32 alpha builders.
  
  Revision  Changes    Path
  1.5       +10 -1     apache-2.0/htdocs/manual/win_compiling.html
  
  Index: win_compiling.html
  ===================================================================
  RCS file: /home/cvs/apache-2.0/htdocs/manual/win_compiling.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- win_compiling.html	2000/05/11 03:58:00	1.4
  +++ win_compiling.html	2000/06/03 01:43:35	1.5
  @@ -50,6 +50,16 @@
      complete Apache binary release.  It includes dependencies between
      the projects to assure that they are built in the appropriate order.</P>
   
  +<P><STRONG>Notice: The Apache/VisualStudio project files are distributed
  +   in VisualStudio 6.0 (98) format.  In fact you may use VisualStudio
  +   5.0 (97) but you must first use the perl script command:<BR>
  +<PRE>
  +<BR>
  +    CD src\helpers<BR>
  +    cvstodsp5.pl<BR>
  +<BR>
  +</PRE>
  +
   <OL>
      <LI><CODE>lib\apr\aprlib.dsp</CODE>
      <LI><CODE>lib\apr\aprlibdll.dsp <EM>requires aprlib</EM></CODE>
  @@ -58,7 +68,6 @@
      <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>ap\ap.dsp</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>