On Mon, 2011-05-23 at 16:05 +0200, [email protected] wrote: > Hi, > > Is there a reason why the LCL is no longer part of the items in the build > profiles ? > > I'd like to have a build profile where I tell the IDE to recompile the > FCL/LCLBase/LCL packages as part of the build process. > > As it is now, I must manually recompile clean FCL/LCLBase/LCL before I can > rebuild lazarus. (after e.g. the FCL or RTL has changed)
When you use fppkg/fpmake properly to compile your changed rtl/fcl, the LCL will be compiled accordingly. ;) But compiling the rtl with fppkg is tricky. I don't think it works. Fcl should work fine, though. Joost -- My Lazarus blog: http://www.lazarussupport.com/lazarus/weblog -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
