> Please do it under IDE level and simply add additional option to allow
> checking by fpc also (for somebody who cares)
> I could check in such way:
> at first stage : if project files were modified (and timestamp is newer
> then existing executable) or executable is missing

I personally don't like to compare timestamps (working on two computers
that have different time settings for instance). What you really want to
know is whether the content of the files did change, so the only good
mechanism is to check the CRC.

> P.S. the main issue to resolve are include files modification. How it
> can be detected ? (also we could stick to fact that  Lazarus knows if it
> was modified inside IDE, and forget about outside modification)

Don't like that. I personally also use other editors for my source. If
Lazarus does not compile the changes that could create a lot of confusion.

Darius

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

Reply via email to