Re: Mixing BUILT_SOURCES, double quote include and separation of source and binary directory

2005-03-31 Thread Simon Perreault
On March 31, 2005 07:56, [EMAIL PROTECTED] wrote: > (*) Hence you don't have to write #include "../include/inc.h" in > main.c, but rather #include , and you can simply write > #include , no matter if built.h is generated or not. Sure, that would work except I can't modify the code itself b

Re: Mixing BUILT_SOURCES, double quote include and separation of source and binary directory

2005-03-31 Thread jfasch
> "Simon" == Simon Perreault <[EMAIL PROTECTED]> writes: Simon> Hi, Simon> I have a problem which I figure must be fairly common, although I found no Simon> reference to it anywhere. I think it must be common because the SCons manual Simon> says they fixed it. [1] Anyway... Simon> Let's s