|
@@ -1,60 +1,56 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<project version="2">
|
|
|
- <!-- Output SWF options -->
|
|
|
- <output>
|
|
|
- <movie outputType="Application" />
|
|
|
- <movie input="" />
|
|
|
- <movie path="main.swf" />
|
|
|
- <movie fps="60" />
|
|
|
- <movie width="1280" />
|
|
|
- <movie height="800" />
|
|
|
- <movie version="14" />
|
|
|
- <movie minorVersion="0" />
|
|
|
- <movie platform="Flash Player" />
|
|
|
- <movie background="#FFFFFF" />
|
|
|
- </output>
|
|
|
- <!-- Other classes to be compiled into your SWF -->
|
|
|
- <classpaths>
|
|
|
- <!-- example: <class path="..." /> -->
|
|
|
- </classpaths>
|
|
|
- <!-- Build options -->
|
|
|
- <build>
|
|
|
- <option directives="" />
|
|
|
- <option flashStrict="True" />
|
|
|
- <option noInlineOnDebug="False" />
|
|
|
- <option mainClass="Main" />
|
|
|
- <option enabledebug="False" />
|
|
|
- <option additional="-lib heaps
-D resourcesPath=../res
-dce full
--macro include('h3d')" />
|
|
|
- </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="engine.hxml" />
|
|
|
- <hidden path="obj" />
|
|
|
- <hidden path="main.js" />
|
|
|
- <hidden path="main.js.map" />
|
|
|
- </hiddenPaths>
|
|
|
- <!-- Executed before build -->
|
|
|
- <preBuildCommand />
|
|
|
- <!-- Executed after build -->
|
|
|
- <postBuildCommand alwaysRun="False" />
|
|
|
- <!-- Other project options -->
|
|
|
- <options>
|
|
|
- <option showHiddenPaths="False" />
|
|
|
- <option testMovie="Default" />
|
|
|
- <option testMovieCommand="index.html" />
|
|
|
- </options>
|
|
|
- <!-- Plugin storage -->
|
|
|
- <storage />
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<project version="2">
|
|
|
+ <!-- Output SWF options -->
|
|
|
+ <output>
|
|
|
+ <movie outputType="Application" />
|
|
|
+ <movie input="" />
|
|
|
+ <movie path="::name::.swf" />
|
|
|
+ <movie fps="60" />
|
|
|
+ <movie width="1280" />
|
|
|
+ <movie height="800" />
|
|
|
+ <movie version="14" />
|
|
|
+ <movie minorVersion="0" />
|
|
|
+ <movie platform="Flash Player" />
|
|
|
+ <movie background="#FFFFFF" />
|
|
|
+ </output>
|
|
|
+ <!-- Other classes to be compiled into your SWF -->
|
|
|
+ <classpaths>
|
|
|
+ <class path="..\.." />
|
|
|
+ </classpaths>
|
|
|
+ <!-- Build options -->
|
|
|
+ <build>
|
|
|
+ <option directives="" />
|
|
|
+ <option flashStrict="True" />
|
|
|
+ <option noInlineOnDebug="False" />
|
|
|
+ <option mainClass="::main::" />
|
|
|
+ <option enabledebug="False" />
|
|
|
+ <option additional="::params.split("\n").join("
")::" />
|
|
|
+ </build>
|
|
|
+ <!-- haxelib libraries -->
|
|
|
+ <haxelib>
|
|
|
+ <library name="heaps" />
|
|
|
+ </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>
|
|
|
+ </hiddenPaths>
|
|
|
+ <!-- Executed before build -->
|
|
|
+ <preBuildCommand />
|
|
|
+ <!-- Executed after build -->
|
|
|
+ <postBuildCommand alwaysRun="False" />
|
|
|
+ <!-- Other project options -->
|
|
|
+ <options>
|
|
|
+ <option showHiddenPaths="False" />
|
|
|
+ <option testMovie="Default" />
|
|
|
+ <option testMovieCommand="::name::.swf" />
|
|
|
+ </options>
|
|
|
+ <!-- Plugin storage -->
|
|
|
+ <storage />
|
|
|
</project>
|