How to output to a compiler's console and how to stop the build when an error occurs from an externa

Posted by the_drow on Stack Overflow See other posts from Stack Overflow or by the_drow
Published on 2010-06-03T00:33:01Z Indexed on 2010/06/03 2:04 UTC
Read the original article Hit count: 208

Filed under:
|
|

Hello,
I have a tool that is added to the build-chain.
I am wondering how to redirect stdout to all compiler consoles and also, how do I break when an error occurs while executing that external tool?
Answers are sought for modern common compilers. If there is a generic process or if it can be done automatically let me know.

© Stack Overflow or respective owner

Related posts about build-process

Related posts about tool