Hi,
this is FPC question, not Lazarus
I have a project using several units, I also use file that contains compilation directives
------------------------
UNIT FILE
unit xxx;
{$I ../cd.inc}
DIRECCTIVE FILE
{$DEFINE ABC}
-----------------------
I have problem when i change the directive file, units do not compile. I have to remove *.o and .*ppu files to force compilation.
fpc -B does not help
How can I force Free Pascal to recompile unit after I change include file? The project is big, there are like 30 units in several directories... deleting compiled files is paintfull
Thanks
Brona