Mattias Gaertner wrote:
You can add units to the lazarus project and remove them from the .lpr file.
Or IFDEF them. They are still part of the project (.lpi).
Normally when you add a unit to the project, the IDE will add it to the .lpr
file once. As with every automatism, this may be unwanted. Just edit the
.lpr file. It is a normal source file.

Mattias, can we parse the fpc output and if we ever see a unit coming by that's being compiled by fpc, but is not part of the project, automatically add it to the project ?

(Seperate question is of course whether this is always wanted).

Micha

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

Reply via email to