Update samples
This commit is contained in:
@@ -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
tools=1.6.0
no-compilation
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>
|
||||
Reference in New Issue
Block a user