[Lazarus] passing make OPT via lazbuild
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Jun 25 22:53:33 CEST 2013
On Tue, 25 Jun 2013 16:10:56 -0400
waldo kitty <wkitty42 at windstream.net> 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
More information about the Lazarus
mailing list