On Thu, 08 Mar 2012 12:36:58 -0500
waldo kitty <[email protected]> wrote:

> On 3/7/2012 18:20, Mattias Gaertner wrote:
> > On Wed, 07 Mar 2012 14:54:37 -0500
> > waldo kitty<[email protected]>  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

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

Reply via email to