[Lazarus] unit on relative path is not recompile
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Sep 27 17:03:59 CEST 2013
On Fri, 27 Sep 2013 16:59:04 +0200
Dariusz Mazur <darekm at emadar.com> wrote:
> Hi
>
> I've noticed than lazarus (1.0.12) don't recompile units, which are
> include in program on relative path
> <code>
> program p;
> uses
> u1 in '..\..\test\u1.pas';
> begin
> ...
> end;
> </code>
Is "..\..\test\u1.pas" listed in the project inspector?
> After change something in u1, even in full build u1 is not recompile.
What do you mean with "full build"?
> If I added path '..\..\test\' to directory options everything is ok.
> Is this bug or I've miss something
Mattias
More information about the Lazarus
mailing list