From 79d10686864b4440f53483b52c9ae99deffd49fa Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 3 Jun 2000 01:43:35 +0000 Subject: [PATCH] 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 --- docs/manual/platform/win_compiling.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/manual/platform/win_compiling.html b/docs/manual/platform/win_compiling.html index 12cabba6d9..939aa3449d 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 -- 2.40.0