Mercurial > hg > audiodb
comparison bindings/as3/examples/simpletest/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 | |
children |
comparison
equal
deleted
inserted
replaced
736:e7cf6b9c7944 | 737:18974af682cf |
---|---|
1 flex.dir = /Applications/eclipse36/plugins/com.powerflasher.fdt.shippedflex_3.3.0.4852_1001/flex/ | |
2 | |
3 src.dir = src | |
4 | |
5 compiler.as3 = true | |
6 compiler.strict = true | |
7 compiler.warnings = true | |
8 compiler.benchmark = true | |
9 compiler.use-network = true | |
10 compiler.encoding = UTF-8 | |
11 compiler.config = ${flex.dir}/frameworks/flex-config.xml | |
12 FLEX_HOME=${flex.dir} | |
13 | |
14 project.class = ${src.dir}/Example.as | |
15 project.swf = simpletest.swf |