On Fri, 27 Sep 2013 16:59:04 +0200 Dariusz Mazur <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
