[Lazarus] Adding packages at build time

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Mar 8 21:14:15 CET 2012


On Thu, 08 Mar 2012 12:36:58 -0500
waldo kitty <wkitty42 at windstream.net> wrote:

> On 3/7/2012 18:20, Mattias Gaertner wrote:
> > On Wed, 07 Mar 2012 14:54:37 -0500
> > waldo kitty<wkitty42 at windstream.net>  wrote:
> >> echo compiling lazarus...
> >> cd %myLAZpath%
> >
> > make clean lazbuild OPT="-glw2"
> >
> >> lazbuild --build-ide=
> >> echo lazarus compilation complete...
> 
> 
> ok... still trying to fully understand... sorry :(
> 
> are you saying that i should have the following? (the OPTS are taken from the 
> options in the attached Debug IDE screen shot)
> 
> 
> echo compiling lazarus...
> cd %myLAZpath%
> make clean lazbuild OPT="-gw -gl -godwarfsets -gh -gt -Co -Cr -Ci -Sa"
> echo lazarus compilation complete...


echo compiling lazarus...
cd %myLAZpath%
make clean lazbuild
lazbuild.exe --build-ide="-gw -gl -godwarfsets -gh -gt -Co -Cr -Ci -Sa"
echo lazarus compilation complete...

Keep in mind that if the options are different in the IDE settings the
IDE will rebuild the packages again.

Maybe the --build-mode parameter can be extended to set the
mode for the IDE building.


>[...]

Mattias




More information about the Lazarus mailing list