Skip to content

Commit 6d422c1

Browse files
committed
Bump "new" build from Flash 11.4 to Flash 11.6
Flash 11.6 is the earliest version that supports our current 3D code.
1 parent ce9a7fd commit 6d422c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar" />
1414

1515
<!-- General tasks -->
16-
<target name="all" depends="clean,compile-10.2,compile-11.4"/>
16+
<target name="all" depends="clean,compile-10.2,compile-11.6"/>
1717

1818
<target name="clean">
1919
<delete dir="${DEPLOY_DIR}" />
@@ -39,10 +39,10 @@
3939
</mxmlc>
4040
</target>
4141

42-
<!-- Build for Flash Player 11.4 -->
43-
<target name="compile-11.4" depends="info">
42+
<!-- Build for Flash Player 11.6 -->
43+
<target name="compile-11.6" depends="info">
4444
<mxmlc file="${SRC_DIR}/Scratch.as" output="${DEPLOY_DIR}/Scratch.swf"
45-
target-player="11.4" swf-version="17" debug="false">
45+
target-player="11.6" swf-version="19" debug="false">
4646
<source-path path-element="${SRC_DIR}" />
4747
<library-path file="${LIBS_DIR}/as3corelib.swc" />
4848
<library-path file="${LIBS_DIR}/blooddy_crypto.swc" />

0 commit comments

Comments
 (0)