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 it from the configure, but that won't help me
when the extension is fixed.
Regards,
Richard.
--
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
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 it from the configure, but that won't help me
when the extension is fixed.
Isn't that what --enable-snapshot-build does (on Windows)?
cheers,
Derick
--
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug
--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
--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 commands
Richard.
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY