From 85c06e3b8fbaff17b5e095a04816e696b1c3bd48 Mon Sep 17 00:00:00 2001
From: "William A. Rowe Jr"
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:
+ in VisualStudio 6.0 (98) format. In fact you may build with
+ VisualStudio 5.0 (97) but you must first use the perl script command:
-+
- CD src\helpers
- cvstodsp5.pl
-
+ cd src\helpers + cvstodsp5.pl
Without running the script you will be able to load and build Apache,
+ 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 src/helpers/dsp5tocvs.pl
will
+ reverse the adjustments, and we ask you to do so before submitting
+ patches against any .dsp project files.
The Apache.dsw workspace and makefile.win nmake script both build the + .dsp projects of the Apache server in the following sequence:
+lib\apr\aprlib.dsp
lib\apr\aprlibdll.dsp requires aprlib
@@ -157,9 +167,9 @@
Only the .dsp files are distributed between release builds. The .mak files are NOT regenerated, due to the tremendous waste of reviewer's time. Therefore, you cannot rely on the NMAKE commands - above unless you -frequently- export all .mak files yourself from - the project. This is unnecessary if you build from withing the - Microsoft DeveloperStudio environment.
+ above to build revised .dsp project files unless you then export + all .mak files yourself from the project. This is unnecessary if + you build from withing the Microsoft DeveloperStudio environment.Before running the server you must fill out the conf directory. Copy the *.conf-dist-win from the distribution conf directory diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html index 5b7763361d..f7d5d6f884 100644 --- a/docs/manual/platform/windows.html +++ b/docs/manual/platform/windows.html @@ -55,11 +55,11 @@ "Winsock2" for Windows 95 is available here.
-If running on NT 4.0, installing Service Pack 3 or 6 is recommended, and - Service Pack 4 created known issues with Tcpip/winsock integrety that - were resolved in Service Pack 5.
+If running on NT 4.0, installing Service Pack 3 or 6 is recommended, as + Service Pack 4 created known issues with TCPIP/WinSock integrety that + were resolved in later Service Packs.
-Warning, as of alpha 2.0a4 Windows 95 (and possibly 98) do not
+ Warning: as of alpha 2.0a4 Windows 95 (and possibly 98) do not
run at all. Please don't let that stop you, however, from contributing
the fixes required to make that platform run successfully. Notice: alpha versions are not distributed in binary form (as
an .exe ready-to-run version). You must use the Microsoft Visual C++
- compiler version 5 or 6 (bundled in VisualStudio 97 or 2000). Read
+ compiler version 5 or 6 (bundled in VisualStudio 97 and 98). Read
Compiling Apache for Microsoft Windows
for compilation/installation instructions. To run Apache from a console window, select the "Start Apache as
--
2.40.0