edink Sat Sep 17 16:00:02 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/win32/build buildconf.js
Log:
Added --add-modules-dir option to buidconf.js:
If this option is not specified buildconf.js will search for PECL
in the usual places (pecl, ../pecl).
Now it is possible to specify in which dirs additional modules reside
with say:
cscript /nologo win32/build/buildconf.js --add-modules-dir=../pecl_5_1 \
--add-modules-dir=../php-gtk2
Can you please also change the buildconf.bat script, so that it also accepts
the options?
like: buildconf --add-modules-dir=../pecl_5_1 --add-modules-dir=../php-gtk2
You just need to add '%*' to the file.
Thanks,
Nuno
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php