(original) (raw)
On Mon Jun 09 2014 at 1:48:27 PM, Steven Stewart-Gallus <sstewartgallus00@mylangara.bc.ca> wrote:
> Do you mean other than potentially detecting something in the
> configurescript and using an #ifdef guard?
Yes, that works on a static function inside a file level but I need to
conditionally include a whole file into the build.
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.