On 11/22/16, 2:36 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>What is the purpose of these settings in the compilejs target? > > <property name="theme_arg" value="-define=CONFIG::theme,false" /> > <property name="extlib_arg" value="-define=CONFIG::extlib,false" >/> > <property name="opt1_arg" value="-define=CONFIG::opt1,false" /> > <property name="opt2_arg" value="-define=CONFIG::opt2,false" /> It allows the build.xml that calls build_example to set some additional per-example parameters -Alex