File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
<taskdef resource =" flexTasks.tasks" classpath =" ${ FLEX_HOME } /ant/lib/flexTasks.jar" />
14
14
15
15
<!-- 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 " />
17
17
18
18
<target name =" clean" >
19
19
<delete dir =" ${ DEPLOY_DIR } " />
39
39
</mxmlc >
40
40
</target >
41
41
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" >
44
44
<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" >
46
46
<source-path path-element =" ${ SRC_DIR } " />
47
47
<library-path file =" ${ LIBS_DIR } /as3corelib.swc" />
48
48
<library-path file =" ${ LIBS_DIR } /blooddy_crypto.swc" />
You can’t perform that action at this time.
0 commit comments