File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 32
32
<library-path file =" ${ LIBS_DIR } /as3corelib.swc" />
33
33
<library-path file =" ${ LIBS_DIR } /blooddy_crypto.swc" />
34
34
<library-path file =" ${ LIBS_DIR } /grabcut.swc" />
35
+
35
36
<library-path file =" ${ FLEX_HOME } /frameworks/libs/framework.swc" />
36
37
<static-link-runtime-shared-libraries >true</static-link-runtime-shared-libraries >
37
38
<default-size width =" 800" height =" 600" />
42
43
43
44
<!-- Build for Flash Player 11.6 -->
44
45
<target name =" compile-11.6" depends =" info" >
45
- <mxmlc file =" ${ SRC_DIR } /Scratch.as" output =" ${ DEPLOY_DIR } /Scratch .swf"
46
+ <mxmlc file =" ${ SRC_DIR } /Scratch.as" output =" ${ DEPLOY_DIR } /Blue .swf"
46
47
target-player =" 11.6" swf-version =" 19" debug =" false" >
47
48
<source-path path-element =" ${ SRC_DIR } " />
48
49
<library-path file =" ${ LIBS_DIR } /as3corelib.swc" />
49
50
<library-path file =" ${ LIBS_DIR } /blooddy_crypto.swc" />
50
51
<library-path file =" ${ LIBS_DIR } /grabcut.swc" />
52
+
51
53
<library-path file =" ${ FLEX_HOME } /frameworks/libs/framework.swc" />
52
54
<static-link-runtime-shared-libraries >true</static-link-runtime-shared-libraries >
53
55
<default-size width =" 800" height =" 600" />
You can’t perform that action at this time.
0 commit comments