We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5021b49 commit b7849fcCopy full SHA for b7849fc
build.xml
@@ -49,16 +49,17 @@
49
<exec executable="mxmlc">
50
<arg value="-compiler.source-path=./src/flash/plupload/src" />
51
<arg value="-target-player=10.1.0" />
52
+ <arg value="-static-link-runtime-shared-libraries=true" />
53
<!-- <arg value="-compiler.debug" /> -->
- <arg value="-output=./bin/plupload.flash.swf" />
54
+ <arg value="-output=./js/plupload.flash.swf" />
55
<arg value="./src/flash/plupload/src/com/plupload/Plupload.as" />
56
</exec>
57
</target>
58
59
<target name="clean">
60
<delete quiet="true">
61
<fileset dir="js" includes="**/*">
- <exclude name="plupload.flash.swf"/>
62
+ <!-- <exclude name="plupload.flash.swf"/> -->
63
<exclude name="plupload.silverlight.xap"/>
64
</fileset>
65
</delete>
0 commit comments