From 5b7e8bb4f6faa2ca0bc1a1ce67da231a8c5f5630 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 3 Dec 2003 00:46:40 +0000 Subject: [PATCH] make help more useful --- win32/build/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) { -- 2.40.0