fmk Thu Dec 4 12:03:21 2003 EDT Modified files: /php-src/win32/build confutils.js Log: fix remaining ext/ Index: php-src/win32/build/confutils.js diff -u php-src/win32/build/confutils.js:1.15 php-src/win32/build/confutils.js:1.16 --- php-src/win32/build/confutils.js:1.15 Thu Dec 4 08:38:47 2003 +++ php-src/win32/build/confutils.js Thu Dec 4 12:03:20 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -// $Id: confutils.js,v 1.15 2003/12/04 13:38:47 wez Exp $ +// $Id: confutils.js,v 1.16 2003/12/04 17:03:20 fmk Exp $ var STDOUT = WScript.StdOut; var STDERR = WScript.StdErr; @@ -573,7 +573,7 @@ /* find the header that declars the module pointer, * so we can include it in internal_functions.c */ - var ext_dir = FSO.GetFolder("ext/" + extname); + var ext_dir = FSO.GetFolder(configure_module_dirname); var fc = new Enumerator(ext_dir.Files); var re = /\.h$/; var s, c;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php