[PHP-DEV] Continuing the build process after a failed build of an extension.

2010-10-19 Thread Richard Quadling
Hi. Is there a way to continue the build process (on Windows) if a shared extension fails to build. Currently, if an extension fails, then it halts the entire build. Which is probably fine in production, but for my own builds, I'd like it to just ignore the failed extension. I know I can exclude

Re: [PHP-DEV] Continuing the build process after a failed build of an extension.

2010-10-19 Thread Derick Rethans
On Tue, 19 Oct 2010, Richard Quadling wrote: > Is there a way to continue the build process (on Windows) if a shared > extension fails to build. > > Currently, if an extension fails, then it halts the entire build. > Which is probably fine in production, but for my own builds, I'd like > it to ju

Re: [PHP-DEV] Continuing the build process after a failed build of an extension.

2010-10-19 Thread Richard Quadling
On 19 October 2010 14:11, Derick Rethans wrote: > --enable-snapshot-build Close. Will adapt. I don't want everything on, just the ignore build failures part. Thank you. -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY -- PHP Internals - PHP Runtime D

Re: [PHP-DEV] Continuing the build process after a failed build of an extension.

2010-10-20 Thread Richard Quadling
On 19 October 2010 14:51, Richard Quadling wrote: > On 19 October 2010 14:11, Derick Rethans wrote: >> --enable-snapshot-build > > Close. Will adapt. I don't want everything on, just the ignore build > failures part. > > Thank you. Or I can just use ... nmake /I /I Ignore exit codes from comma