From: Wez Furlong Date: Wed, 3 Dec 2003 00:46:40 +0000 (+0000) Subject: make help more useful X-Git-Tag: php-5.0.0b3RC1~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b7e8bb4f6faa2ca0bc1a1ce67da231a8c5f5630;p=php make help more useful --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index f7fb39c53c..d1c92e5603 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -85,7 +85,7 @@ if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") { // 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")) {