<br><br><div>On Mon Jun 09 2014 at 1:48:27 PM, Steven Stewart-Gallus <<a href="mailto:sstewartgallus00@mylangara.bc.ca">sstewartgallus00@mylangara.bc.ca</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> Do you mean other than potentially detecting something in the<br>
> configurescript and using an #ifdef guard?<br>
<br>
Yes, that works on a static function inside a file level but I need to<br>
conditionally include a whole file into the build.<br></blockquote><div><br></div><div>Why specifically does the file itself be conditional? Typically you unconditionally include the whole file and then put the entire contents of it in a #ifdef guard.</div>