-
This commit is contained in:
16
project.xml
Executable file
16
project.xml
Executable 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>
|
||||
Reference in New Issue
Block a user