Update samples

This commit is contained in:
Joshua Granick
2014-08-02 13:47:02 -07:00
parent 51017010a8
commit 720a2090fb
23 changed files with 224 additions and 618 deletions

View File

@@ -4,30 +4,33 @@
<output>
<movie outputType="Application" />
<movie input="" />
<movie path="project.lime" />
<movie path="project.xml" />
<movie fps="30" />
<movie width="800" />
<movie height="600" />
<movie version="3" />
<movie minorVersion="0" />
<movie platform="NME" />
<movie background="#FFFFFF" />
<movie background="FFFFFF" />
</output>
<!-- Other classes to be compiled into your SWF -->
<classpaths>
<class path="c:\Development\Haxe\lime" />
<class path="Source" />
<class path="Export\flash\haxe" />
</classpaths>
<!-- Build options -->
<build>
<option directives="" />
<option directives="lime=1.0.0&#xA;tools=1.6.0&#xA;no-compilation&#xA;web" />
<option flashStrict="False" />
<option mainClass="" />
<option noInlineOnDebug="False" />
<option mainClass="ApplicationMain" />
<option enabledebug="False" />
<option additional="" />
<option additional="-swf-version 11.2" />
</build>
<!-- haxelib libraries -->
<haxelib>
<library name="lime" />
<!-- example: <library name="..." /> -->
</haxelib>
<!-- Class files to compile (other referenced classes will automatically be included) -->
<compileTargets>
@@ -39,7 +42,7 @@
</library>
<!-- Paths to exclude from the Project Explorer tree -->
<hiddenPaths>
<!-- example: <hidden path="..." /> -->
<hidden path="obj" />
</hiddenPaths>
<!-- Executed before build -->
<preBuildCommand />
@@ -53,4 +56,4 @@
</options>
<!-- Plugin storage -->
<storage />
</project>
</project>