wez Tue Dec 2 19:46:40 2003 EDT
Modified files:
/php-src/win32/build config.w32
Log:
make help more useful
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.2 php-src/win32/build/config.w32:1.3
--- php-src/win32/build/config.w32:1.2 Tue Dec 2 19:15:10 2003
+++ php-src/win32/build/config.w32 Tue Dec 2 19:46:40 2003
@@ -1,5 +1,5 @@
// vim:ft=javascript
-// $Id: config.w32,v 1.2 2003/12/03 00:15:10 wez Exp $
+// $Id: config.w32,v 1.3 2003/12/03 00:46:40 wez Exp $
// "Master" config file; think of it as a configure.in
// equivalent.
@@ -85,7 +85,7 @@
// Find the php_build dir - it contains headers and libraries
// that we need
-ARG_WITH('php-build', 'Where the php_build dir can be found. Assumes that it is a
sibling of this source dir (..\\php_build) if not specified', 'no');
+ARG_WITH('php-build', 'Path to where you extracted
http://www.php.net/extra/win32build.zip. Assumes that it is a sibling of this source
dir (..\\php_build) if not specified', 'no');
if (PHP_PHP_BUILD == "no") {
if (FSO.FolderExists("..\\php_build")) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php