|
@@ -2,7 +2,7 @@
|
|
|
<project version="2">
|
|
|
<!-- Output SWF options -->
|
|
|
<output>
|
|
|
- <movie outputType="Application" />
|
|
|
+ <movie outputType="CustomBuild" />
|
|
|
<movie input="" />
|
|
|
<movie path="unit8.swf" />
|
|
|
<movie fps="30" />
|
|
@@ -23,7 +23,7 @@
|
|
|
<option flashStrict="False" />
|
|
|
<option mainClass="unit.Test" />
|
|
|
<option enabledebug="False" />
|
|
|
- <option additional="-swf-version 8
params.hxml

# Flash9
--next
-swf unit9.swf
-swf-version 11
-main unit.Test
params.hxml

# AS3
--next
-as3 as3
-cp ..
-main unit.Test
#-cmd mxmlc -default-size 800 600 -debug -output unit9_as3.swf as3/__main__.as

# JS
--next
-js unit.js
unit.Test
params.hxml

# Neko
--next
-neko unit.n
-main unit.Test
params.hxml

# MACROS
--next
-main unit.Test
params.hxml
--interp

# RemotingServer
--next
-neko remoting.n
-main unit.RemotingServer
-cp ..

# PHP
--next
-php php
-main unit.Test
params.hxml

# CPP
--next
-neko runcpp.n
-main RunCpp
--next
-cpp cpp
-main unit.Test
params.hxml" />
|
|
|
+ <option additional="" />
|
|
|
</build>
|
|
|
<!-- haxelib libraries -->
|
|
|
<haxelib>
|
|
@@ -56,7 +56,7 @@
|
|
|
<hidden path="unit.js.map" />
|
|
|
</hiddenPaths>
|
|
|
<!-- Executed before build -->
|
|
|
- <preBuildCommand />
|
|
|
+ <preBuildCommand>haxe unit.hxml</preBuildCommand>
|
|
|
<!-- Executed after build -->
|
|
|
<postBuildCommand alwaysRun="False" />
|
|
|
<!-- Other project options -->
|