Vincent Snijders wrote:

> Yoyong Hernan wrote:
> 
>> Hi All,
>>
>> I guess this question was already asked before but I just couldn't
>> find the mail thread. Anyway, my question is about running a project
>> inside the IDE. I noticed that every time I pressed "F9" it always
>> goes to compile and link process even though there are no changes in
>> code.
>>
>> Can anyone explain on this? If this is a bug, please let me know. I am
>> trying to get on track again in Lazarus.
> 
> 
> Checking changes is hard. Compiling it is the only to make sure that you
> running the latest saved source.

The correct solution would be that the compiler doesn't recompile/link if there
is an exe which is newer than any source. This isn't easy to achieve though, the
compiler stored nowhere the information which include files/units are used by
the main program file.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to