|
@@ -2,7 +2,7 @@
|
|
<project version="2">
|
|
<project version="2">
|
|
<!-- Output SWF options -->
|
|
<!-- Output SWF options -->
|
|
<output>
|
|
<output>
|
|
- <movie outputType="Application" />
|
|
|
|
|
|
+ <movie outputType="CustomBuild" />
|
|
<movie input="" />
|
|
<movie input="" />
|
|
<movie path="index.n" />
|
|
<movie path="index.n" />
|
|
<movie fps="30" />
|
|
<movie fps="30" />
|
|
@@ -23,7 +23,7 @@
|
|
<option flashStrict="False" />
|
|
<option flashStrict="False" />
|
|
<option mainClass="tools.haxelib.Site" />
|
|
<option mainClass="tools.haxelib.Site" />
|
|
<option enabledebug="False" />
|
|
<option enabledebug="False" />
|
|
- <option additional="-D haxe3
-dce no
--next
-neko haxelib.n
-main tools.haxelib.Main
-cmd nekotools boot haxelib.n
-D haxe3" />
|
|
|
|
|
|
+ <option additional="" />
|
|
</build>
|
|
</build>
|
|
<!-- haxelib libraries -->
|
|
<!-- haxelib libraries -->
|
|
<haxelib>
|
|
<haxelib>
|
|
@@ -38,13 +38,14 @@
|
|
<!-- example: <hidden path="..." /> -->
|
|
<!-- example: <hidden path="..." /> -->
|
|
</hiddenPaths>
|
|
</hiddenPaths>
|
|
<!-- Executed before build -->
|
|
<!-- Executed before build -->
|
|
- <preBuildCommand />
|
|
|
|
|
|
+ <preBuildCommand>haxe haxelib.hxml</preBuildCommand>
|
|
<!-- Executed after build -->
|
|
<!-- Executed after build -->
|
|
<postBuildCommand alwaysRun="False" />
|
|
<postBuildCommand alwaysRun="False" />
|
|
<!-- Other project options -->
|
|
<!-- Other project options -->
|
|
<options>
|
|
<options>
|
|
<option showHiddenPaths="False" />
|
|
<option showHiddenPaths="False" />
|
|
- <option testMovie="Unknown" />
|
|
|
|
|
|
+ <option testMovie="Custom" />
|
|
|
|
+ <option testMovieCommand="" />
|
|
</options>
|
|
</options>
|
|
<!-- Plugin storage -->
|
|
<!-- Plugin storage -->
|
|
<storage />
|
|
<storage />
|