Skip to content

Commit 018f8cd

Browse files
Basically, implemented PR #16, but with correct line endings (Unix).
1 parent 102428b commit 018f8cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<library-path file="${LIBS_DIR}/as3corelib.swc" />
3333
<library-path file="${LIBS_DIR}/blooddy_crypto.swc" />
3434
<library-path file="${LIBS_DIR}/grabcut.swc" />
35+
3536
<library-path file="${FLEX_HOME}/frameworks/libs/framework.swc" />
3637
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
3738
<default-size width="800" height="600" />
@@ -42,12 +43,13 @@
4243

4344
<!-- Build for Flash Player 11.6 -->
4445
<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"
4647
target-player="11.6" swf-version="19" debug="false">
4748
<source-path path-element="${SRC_DIR}" />
4849
<library-path file="${LIBS_DIR}/as3corelib.swc" />
4950
<library-path file="${LIBS_DIR}/blooddy_crypto.swc" />
5051
<library-path file="${LIBS_DIR}/grabcut.swc" />
52+
5153
<library-path file="${FLEX_HOME}/frameworks/libs/framework.swc" />
5254
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
5355
<default-size width="800" height="600" />

0 commit comments

Comments
 (0)