Author: randyk
Date: Fri May 6 08:05:27 2005
New Revision: 168614
URL: http://svn.apache.org/viewcvs?rev=168614&view=rev
Log:
Update the Win32 README to reflect changes in top-level
'nmake', 'nmake test', and 'nmake install' targets.
Modified:
httpd/apreq/trunk/win32/README
Modified: httpd/apreq/trunk/win32/README
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/win32/README?rev=168614&r1=168613&r2=168614&view=diff
==============================================================================
--- httpd/apreq/trunk/win32/README (original)
+++ httpd/apreq/trunk/win32/README Fri May 6 08:05:27 2005
@@ -15,14 +15,10 @@
Assuming the configuration is successful, a Makefile will
be generated. This can be used as:
- nmake - builds the libapreq2 library
+ nmake - builds the libapreq2 library and perl glue
nmake test - runs the supplied tests
- nmake mod_apreq - builds mod_apreq
- nmake install - install the C libraries
+ nmake install - install the C libraries and perl modules
nmake clean - clean
- nmake perl_glue - build the perl glue
- nmake perl_test - test the perl glue
- nmake perl_install - install the perl glue
nmake docs - build documentation
nmake help - print a usage message