Author: randyk
Date: Thu Sep 8 22:47:17 2005
New Revision: 279709
URL: http://svn.apache.org/viewcvs?rev=279709&view=rev
Log:
Update the INSTALL file and Makefile help target
to reflect current build procedure on Win32.
Modified:
httpd/apreq/trunk/INSTALL
httpd/apreq/trunk/win32/Configure.pl
Modified: httpd/apreq/trunk/INSTALL
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/INSTALL?rev=279709&r1=279708&r2=279709&view=diff
==============================================================================
--- httpd/apreq/trunk/INSTALL (original)
+++ httpd/apreq/trunk/INSTALL Thu Sep 8 22:47:17 2005
@@ -54,9 +54,8 @@
C:\httpd-apreq-2> perl Makefile.PL
C:\httpd-apreq-2> nmake
C:\httpd-apreq-2> nmake test
- C:\httpd-apreq-2> nmake mod_apreq
- C:\httpd-apreq-2> nmake perl_glue
- C:\httpd-apreq-2> nmake perl_test
+ C:\httpd-apreq-2> nmake docs
+ C:\httpd-apreq-2> nmake install
SVN (Subversion) ACCESS
Modified: httpd/apreq/trunk/win32/Configure.pl
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/win32/Configure.pl?rev=279709&r1=279708&r2=279709&view=diff
==============================================================================
--- httpd/apreq/trunk/win32/Configure.pl (original)
+++ httpd/apreq/trunk/win32/Configure.pl Thu Sep 8 22:47:17 2005
@@ -169,10 +169,11 @@
A Makefile has been generated in $apreq_home.
You can now run
- nmake - builds the libapreq2 library and perl glue
- nmake test - runs the supplied tests
+ nmake - build the libapreq2 library and perl glue
+ nmake test - run the supplied tests
nmake install - install the C libraries and perl glue modules
nmake clean - remove intermediate files
+ nmake docs - build documents (requires doxygen)
nmake help - list the nmake targets
END
if ($doxygen) {
@@ -484,12 +485,8 @@
cd $(APREQ_HOME)
HELP:
- @echo nmake - builds the libapreq2 library
- @echo nmake test - runs the supplied tests
- @echo nmake mod_apreq - builds mod_apreq
+ @echo nmake - build the libapreq2 library and perl glue
+ @echo nmake test - run the supplied tests
@echo nmake clean - clean
- @echo nmake install - install the C libraries
- @echo nmake perl_glue - build the perl glue
- @echo nmake perl_test - test the perl glue
- @echo nmake perl_install - install the perl glue
- @echo nmake docs - builds documents (requires doxygen)
+ @echo nmake install - install the C libraries and perl modules
+ @echo nmake docs - build documents (requires doxygen)