On Tue, 25 Jun 2013 16:10:56 -0400
waldo kitty <[email protected]> wrote:

> 
> in my script, i use this line...
> 
>    make OPT="-gl -gh -dHEAPTRC_WINDOW" lazbuild lcl basecomponents starter 
> bigidecomponents lhelp
> 
> when building the components before it builds lazarus... how do i specify the 
> quoted OPT portion on the lazbuild line
> 
>    lazbuild.exe --build-ide= --build-mode="debug ide"
> 
> ??

lazbuild.exe --build-ide="-gl -gh -dHEAPTRC_WINDOW" --build-mode="debug
ide"

Mattias


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

Reply via email to