On Sun, 23 Oct 2011 20:47:18 +0200 Tobias Giesen <[email protected]> wrote:
> > What packages? Is it Lazarus trunk built yourself from SVN? > > It recompiles the LCL whenever I switch the processor type. It is not > necessary. I want to compile the LCL manually and never automatic. If you mean with "processor type" the CPU (e.g. arm, i386, x86_64): the LCL ppu files are put into different output directories for each target cpu. So changing the target cpu does *not* trigger a recompile of the LCL. If you mean the target processor (e.g. pentium II, pentium IV) then a switch triggers a recompile, because they share the same output directory. > Is it possible to turn automatic off or not? Yes, open the package lcl, in the package editor click on options / package options / ide integration / Manual compilation. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
