[Lazarus] Setting NoGUI from command line

2010-10-07 Thread Leonardo M . Ramé
Hi, I'm trying to compile, from command line, an app that needs the widget type NoGUI. How can I set this parameter?. -- Leonardo M. Ramé http://leonardorame.blogspot.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Setting NoGUI from command line

2010-10-07 Thread Mattias Gärtner
Zitat von Leonardo M. Ramé l.r...@griensu.com: Hi, I'm trying to compile, from command line, an app that needs the widget type NoGUI. How can I set this parameter?. lazbuild -h shows all command line parameters. You need the --widgetset=nogui. Mattias --

Re: [Lazarus] Setting NoGUI from command line

2010-10-07 Thread Leonardo M . Ramé
On 2010-10-07 15:48:21 +0200, Mattias Gärtner wrote: Zitat von Leonardo M. Ramé l.r...@griensu.com: Hi, I'm trying to compile, from command line, an app that needs the widget type NoGUI. How can I set this parameter?. lazbuild -h shows all command line parameters. You need the