Skip to content

Commit

Permalink
Updating with project SDK update (reference #37)
Browse files Browse the repository at this point in the history
  • Loading branch information
rat-moonshine committed Dec 14, 2017
1 parent a6eb3de commit 17f1c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ide/MoonshineSharedCore/build/build-lib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
<target name="CompileSWFWindows" depends="compileLibrary" unless="${isOSX}">
<mxmlc file="${desktopMainSource}"
output="${swfFilename}"
swf-version="33"
swf-version="39"
configname="air"
locale="${locale.list}"
fork="true"
Expand Down Expand Up @@ -644,7 +644,7 @@
</copy>
<mxmlc file="${desktopMainSource}"
output="${swfFilename}"
swf-version="33"
swf-version="39"
configname="air"
locale="${locale.list}"
fork="true"
Expand Down Expand Up @@ -683,7 +683,7 @@
<mxmlc fork="true"
file="${webMainSource}"
output="${deploy_dir}/Moonshine.swf"
swf-version="33"
swf-version="39"
locale="${locale.list}"
static-rsls="true"
optimize="true"
Expand Down

0 comments on commit 17f1c19

Please sign in to comment.