Dioc schrieb:
> Hello Leander,
>
> As I know GUI part of qooxdoo can be excluded from a build. There is the
> corresponding makefile option: APPLICATION_ENABLE_GUI. By default it has
> "true" value. I suppose if you set this option to "false" in your makefile,
> you will get what you want.
> By the
For further grained control, I would use directly the generator.py and its
command line switches, like --exclude-without-dependencies.
Leander Hanwald wrote:
>
> Thank you, that helps :)
>
> Only one thing is in unclear for me, possible that I missed it: I
> stripped down qooxdoo do an extrem
Thank you, that helps :)
Only one thing is in unclear for me, possible that I missed it: I
stripped down qooxdoo do an extrem small version with ONLY the basic
classes by the parameters written there (only with parameters from the
makefile, no direct calls to the generators). Now also the ajax com
Hello Leander,
As I know GUI part of qooxdoo can be excluded from a build. There is the
corresponding makefile option: APPLICATION_ENABLE_GUI. By default it has
"true" value. I suppose if you set this option to "false" in your makefile,
you will get what you want.
By the way, you can find some us