Mercurial > hg > audiodb
annotate bindings/as3/build.properties @ 737:18974af682cf
* Tweaks to event strings for safety
* Fixed mis-firing event in Bridge
* Added a simple example
* Added packaging
author | mas01mj |
---|---|
date | Thu, 16 Sep 2010 11:39:52 +0000 |
parents | 3a0b9700b3d2 |
children |
rev | line source |
---|---|
mas01mj@732 | 1 flex.dir = /Applications/eclipse36/plugins/com.powerflasher.fdt.shippedflex_3.3.0.4852_1001/flex/ |
mas01mj@732 | 2 |
mas01mj@732 | 3 src.dir = src |
mas01mj@732 | 4 |
mas01mj@732 | 5 compiler.as3 = true |
mas01mj@732 | 6 compiler.strict = true |
mas01mj@732 | 7 compiler.warnings = true |
mas01mj@732 | 8 compiler.benchmark = true |
mas01mj@732 | 9 compiler.use-network = true |
mas01mj@732 | 10 compiler.encoding = UTF-8 |
mas01mj@732 | 11 compiler.config = ${flex.dir}/frameworks/flex-config.xml |
mas01mj@732 | 12 FLEX_HOME=${flex.dir} |
mas01mj@732 | 13 |
mas01mj@732 | 14 project.class = ${src.dir}/Main.as |
mas01mj@732 | 15 project.swf = as3bridge.swf |
mas01mj@737 | 16 project.swc = as3bridge.swc |
mas01mj@732 | 17 |
mas01mj@737 | 18 example.dir = example |
mas01mj@737 | 19 example.class = ${example.dir}/Example.as |
mas01mj@737 | 20 example.swf = example.swf |