Hi Oleksiy!

> I wonder if there any non-hackish way to define my own name for the "$"
> variable in build? (using some command-line arg or Makefile parameter)

For so-called "packages" in 0.7 this is automatically taken care of.
When not using the more advanced packaging mechanism, you can still use
an additional option for build process and define a package id that will
be appended to the global $ variable, e.g. put the following into your
Makefile

APPLICATION_ADDITIONAL_BUILD_OPTIONS = --package-id=foo

in order to generate a global $foo for the string optimization instead.

Bye,

Andreas

PS: The build process will be changed significantly for qooxdoo 0.8.
Please see the development docs and preliminary documentation about
"generator2":
http://qooxdoo.org/documentation/general/generator2




-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to