view bindings/as3/examples/simpletest/build.properties @ 767:6d0d41604aba

Fix analogous signed/unsigned mistake in command-line binary Now that I've made this mistake somewhat catastrophically, it's fairly easy to spot.
author mas01cr
date Thu, 02 Jun 2011 16:31:44 +0000
parents 18974af682cf
children
line wrap: on
line source
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