<div class="gmail_quote">On Fri, Feb 18, 2011 at 17:16, Michael Wild <span dir="ltr"><<a href="mailto:themiwi@gmail.com">themiwi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1un">Well, cl.exe for one doesn't do this trick. This means, you'll have to<br>
put it in your build system, and once you've done that, why should you<br>
use the compiler then? Especially, since you'll want to be consistent<br>
across platforms.</div></blockquote></div><br><div>You can use LD_PRELOAD (DLL injection on Windows) to pick up the dependencies. That has the advantage of automatically working for any compiler or other custom command, for any source language. Tup does this.</div>