]> granicus.if.org Git - apache/commitdiff
PR:
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 3 Jun 2000 01:43:35 +0000 (01:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 3 Jun 2000 01:43:35 +0000 (01:43 +0000)
Obtained from:
Submitted by:
Reviewed by:

  More fair warning for Win32 alpha builders.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85389 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/win_compiling.html

index 12cabba6d9b73b404d1868ec91a00d4ab9e1351d..939aa3449daa14c7707d6a9eab710821b2651880 100644 (file)
    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>