16 lines
637 B
XML
Executable File
16 lines
637 B
XML
Executable File
<?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> |