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 <inc.h>, and you can simply write > #include <built.h>, no matter if built.h is generated or not.
Sure, that would work except I can't modify the code itself because it needs to be kept compileable under another build system. Thanks anyway.
