On 30/09/13 18:13, Mattias Gaertner wrote:
On Mon, 30 Sep 2013 16:35:30 +0200
Dariusz Mazur <[email protected]> wrote:

On 2013-09-27 17:03, Mattias Gaertner wrote:
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?
no,
only mention u1 with name in main file.
Add it. Then the IDE will check the file date.

Does the IDE check for lfm and include files date? I tried even to include the lfm with the project but the IDE neglected that.

Stephano

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to