On Sat, 29 Oct 2011 17:21:42 +0200
cobines <[email protected]> wrote:

> Hello.
> 
> Does IDE clean all packages it depends on when rebuilding it from
> within the IDE with Clean All + Build?

No.
This is needed.
 
> What is the difference between "Clean + Build" and "Clean All + Build"?

clean + build: 
make -C cleanide ide
It deletes the files in the output directory of the IDE.

clean all + build: 
make clean ide
As above but also deletes the files in the output
directory of all parts that are required to build a minimum IDE and
lazbuild. LCL, LCLBase, codetools, lazcontrols, ideintf, lazutils,
registration package "FCL".

Mattias

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

Reply via email to