Mercurial > hg > audiodb
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bindings/as3/examples/simpletest/build.properties Thu Sep 16 11:39:52 2010 +0000 @@ -0,0 +1,15 @@ +flex.dir = /Applications/eclipse36/plugins/com.powerflasher.fdt.shippedflex_3.3.0.4852_1001/flex/ + +src.dir = src + +compiler.as3 = true +compiler.strict = true +compiler.warnings = true +compiler.benchmark = true +compiler.use-network = true +compiler.encoding = UTF-8 +compiler.config = ${flex.dir}/frameworks/flex-config.xml +FLEX_HOME=${flex.dir} + +project.class = ${src.dir}/Example.as +project.swf = simpletest.swf