sameer 97/10/27 12:22:19
Modified: . README.NT
Log:
Make NT build instructions more clear
Revision Changes Path
1.8 +9 -3 apachen/README.NT
Index: README.NT
===================================================================
RCS file: /export/home/cvs/apachen/README.NT,v
retrieving revision 1.7
retrieving revision 1.8
diff -c -u -r1.7 -r1.8
/usr/bin/diff: conflicting specifications of output style
--- README.NT 1997/10/25 22:35:05 1.7
+++ README.NT 1997/10/27 20:22:18 1.8
@@ -91,13 +91,19 @@
build debug versions of Apache, with the targets "_apached" and
"installd".
+Make sure that before you run "nmake" that you've run VCVARS32.BAT
+so that your environment is configured to run nmake from the command
+line.
+
To build Apache within MSVC, you will need to build the following
-projects and Makefiles:
+projects and Makefiles, in the following order. Make sure that you
+build the same configuration (i.e. Debug or Release) for all of the
+various projects.
+ regex/Makefile.mak
os/win32/ApacheOS.dsp
- src/Apache.dsp
src/ApacheCore.dsp
- regex/Makefile.mak
+ src/Apache.dsp
Additional modules can also be built using project files in the os/win32
directory.