annotate bindings/as3/examples/simpletest/build.properties @ 765:337e72088f76

Fix for some sample bugs a + b ? c : d does not do what I think it does. That bug mostly masked a thorough logic error in building the table of counts of possible sequences; there was too much cumulativeness. There apparently remain problems
author mas01cr
date Thu, 02 Jun 2011 16:31:35 +0000
parents 18974af682cf
children
rev   line source
mas01mj@737 1 flex.dir = /Applications/eclipse36/plugins/com.powerflasher.fdt.shippedflex_3.3.0.4852_1001/flex/
mas01mj@737 2
mas01mj@737 3 src.dir = src
mas01mj@737 4
mas01mj@737 5 compiler.as3 = true
mas01mj@737 6 compiler.strict = true
mas01mj@737 7 compiler.warnings = true
mas01mj@737 8 compiler.benchmark = true
mas01mj@737 9 compiler.use-network = true
mas01mj@737 10 compiler.encoding = UTF-8
mas01mj@737 11 compiler.config = ${flex.dir}/frameworks/flex-config.xml
mas01mj@737 12 FLEX_HOME=${flex.dir}
mas01mj@737 13
mas01mj@737 14 project.class = ${src.dir}/Example.as
mas01mj@737 15 project.swf = simpletest.swf