From: William A. Rowe Jr Date: Sat, 3 Jun 2000 01:43:35 +0000 (+0000) Subject: PR: X-Git-Tag: APACHE_2_0_ALPHA_4~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79d10686864b4440f53483b52c9ae99deffd49fa;p=thirdparty%2Fapache%2Fhttpd.git PR: 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 --- diff --git a/docs/manual/platform/win_compiling.html b/docs/manual/platform/win_compiling.html index 12cabba6d9b..939aa3449da 100644 --- a/docs/manual/platform/win_compiling.html +++ b/docs/manual/platform/win_compiling.html @@ -50,6 +50,16 @@ complete Apache binary release. It includes dependencies between the projects to assure that they are built in the appropriate order.

+

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:
+

+
+ CD src\helpers
+ cvstodsp5.pl
+
+
+
  1. lib\apr\aprlib.dsp
  2. lib\apr\aprlibdll.dsp requires aprlib @@ -58,7 +68,6 @@
  3. lib\pcre\pcreposix.dsp requires dftables and pcre
  4. lib\expat-lite\xmltok.dsp
  5. lib\expat-lite\xmlparse.dsp requires xmltok -
  6. ap\ap.dsp
  7. main\gen_uri_delims.dsp
  8. main\gen_test_char.dsp
  9. ApacheCore.dsp requires all of the above