|
@@ -0,0 +1,65 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<project>
|
|
|
+ <!-- Output SWF options -->
|
|
|
+ <output>
|
|
|
+ <movie disabled="False" />
|
|
|
+ <movie input="" />
|
|
|
+ <movie path="unit8.swf" />
|
|
|
+ <movie fps="30" />
|
|
|
+ <movie width="300" />
|
|
|
+ <movie height="300" />
|
|
|
+ <movie version="8" />
|
|
|
+ <movie background="#FFFFFF" />
|
|
|
+ </output>
|
|
|
+ <!-- Other classes to be compiled into your SWF -->
|
|
|
+ <classpaths>
|
|
|
+ <class path=".." />
|
|
|
+ </classpaths>
|
|
|
+ <!-- Build options -->
|
|
|
+ <build>
|
|
|
+ <option directives="" />
|
|
|
+ <option flashStrict="False" />
|
|
|
+ <option mainClass="unit.Test" />
|
|
|
+ <option enabledebug="False" />
|
|
|
+ <option additional="-resource res1.txt
-resource res2.bin
-D noopt

# Flash9
--next
-swf9 unit9.swf
-main unit.Test
-debug
-cp ..
-resource res1.txt
-resource res2.bin
-D noopt

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

# JS
--next
-js unit.js
unit.Test
-cp ..
-resource res1.txt
-resource res2.bin
-D noopt

# Neko
--next
-neko unit.n
-main unit.Test
-cp ..
-resource res1.txt
-resource res2.bin
-D noopt

# MACROS
--next
-cp ..
-resource res1.txt
-resource res2.bin
-D noopt
-main unit.Test
--interp

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

# PHP
--next
-php php
-main unit.Test
-cp ..
-resource res1.txt
-resource res2.bin
-D noopt

# CPP
--next
-neko runcpp.n
-main RunCpp
--next
-cpp cpp
-debug
-main unit.Test
-cp ..
-resource res1.txt
-resource res2.bin
-D noopt" />
|
|
|
+ </build>
|
|
|
+ <!-- haxelib libraries -->
|
|
|
+ <haxelib>
|
|
|
+ <!-- example: <library name="..." /> -->
|
|
|
+ </haxelib>
|
|
|
+ <!-- Class files to compile (other referenced classes will automatically be included) -->
|
|
|
+ <compileTargets>
|
|
|
+ <!-- example: <compile path="..." /> -->
|
|
|
+ </compileTargets>
|
|
|
+ <!-- Assets to embed into the output SWF -->
|
|
|
+ <library>
|
|
|
+ <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
|
|
|
+ </library>
|
|
|
+ <!-- Paths to exclude from the Project Explorer tree -->
|
|
|
+ <hiddenPaths>
|
|
|
+ <hidden path="as3" />
|
|
|
+ <hidden path="cpp" />
|
|
|
+ <hidden path="php" />
|
|
|
+ <hidden path="remoting.n" />
|
|
|
+ <hidden path="res1.txt" />
|
|
|
+ <hidden path="res2.bin" />
|
|
|
+ <hidden path="runcpp.n" />
|
|
|
+ <hidden path="unit.html" />
|
|
|
+ <hidden path="unit.hxml" />
|
|
|
+ <hidden path="unit.js" />
|
|
|
+ <hidden path="unit.n" />
|
|
|
+ <hidden path="unit8.swf" />
|
|
|
+ <hidden path="unit9.swf" />
|
|
|
+ <hidden path="unit9_as3.swf" />
|
|
|
+ </hiddenPaths>
|
|
|
+ <!-- Executed before build -->
|
|
|
+ <preBuildCommand />
|
|
|
+ <!-- Executed after build -->
|
|
|
+ <postBuildCommand alwaysRun="False" />
|
|
|
+ <!-- Other project options -->
|
|
|
+ <options>
|
|
|
+ <option showHiddenPaths="False" />
|
|
|
+ <option testMovie="OpenDocument" />
|
|
|
+ <option testMovieCommand="http://dev.unit-tests/unit.html" />
|
|
|
+ </options>
|
|
|
+</project>
|