This commit is contained in:
2014-07-05 18:47:56 +04:00
parent e207de6eb6
commit 77c0b71ed7
6 changed files with 115 additions and 10 deletions

View File

@@ -5,12 +5,15 @@
<source path="src/common/haxe"/>
<source path="src/client/haxe"/>
<source path="src-gen/haxe"/>
<assets path="res" include="*"/>
<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="-D" value="swf-gpu"/>
<haxeflag name="-D" value="native-trace"/>
<haxeflag name="-dce" value="no"/>
<haxeflag name="-debug"/>
<haxeflag name="--macro" value="Meta.set('0.0.0')"/>