[Lazarus] Parser
Florian Klaempfl
florian at freepascal.org
Thu Jul 1 11:14:23 CEST 2010
Henry Vermaak schrieb:
> On 01/07/10 09:57, Marco van de Voort wrote:
>>
>> Yes, and this is why gcc and most other C compilers have a totally manual
>> build systems, where you have to manually specify depedancies, so the
>> compiler can figure out what to recompile.
>
> I just use gcc -MMD in my Makefiles, which generates the dependencies
> for me.
This works for your headers if you take care of them and it already
breaks if you mess with conditional #includes (which must be covered by
a fully automated solution).
More information about the Lazarus
mailing list