This commit is contained in:
2014-06-22 21:29:13 +04:00
commit 8f689d4be9
6 changed files with 60 additions and 0 deletions

16
project.xml Executable file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Armageddon" package="ru.m.armageddon" version="0.0.0" company="m"/>
<app main="ru.m.armageddon.Armageddon" path="target" file="armageddon"/>
<source path="src/haxe"/>
<source path="src-gen/haxe"/>
<haxelib name="openfl"/>
<haxelib name="protohx"/>
<haxelib name="haxework" version="git"/>
<window width="800" height="600" if="desktop"/>
<window width="800" height="600" if="flash"/>
<window width="0" height="0" if="html5"/>
<haxeflag name="-dce" value="no"/>
<haxeflag name="-debug"/>
<haxeflag name="--macro" value="Meta.set('0.0.0')"/>
</project>