- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
<taskdef resource="flexTasks.tasks" classpath="${FLEX_TASK_JAR}"/>
<target name="tetris_activity">
<mxmlc file="${FREELANCERS_DIR}\orientsys\skyblockwars\src\tetriswars.as"
output="${basedir}\${DEPLOY_DIR}\tetris\tetriswars.swf"
static-link-runtime-shared-libraries="true"
debug="false"
use-network="true">
<load-config filename="${FLEX_HOME}\frameworks\flex-config.xml"/>
<source-path path-element="${basedir}/LIB"/>
<source-path path-element="C:\freelancers\orientsys\skyblockwars\src"/>
<source-path path-element="${basedir}\RoundsDeveloperAPI\src"/>
<library-path dir="${basedir}\LIB\swc">
<include name="fl.swc"/>
<include name="as3corelib.swc"/>
<include name="greensock.swc"/>
<include name="icodecoder.swc"/>
<include name="maccherone-json.swc"/>
<include name="smartfox.swc"/>
</library-path>
<library-path dir="${FLEX_HOME}\frameworks\libs">
<include name="framework.swc"/>
<include name="textLayout.swc"/>
</library-path>
</mxmlc>
<echo>flickr</echo>
</target>
Follow us!