[gulp] udpate project

This commit is contained in:
2018-04-04 22:49:03 +03:00
parent c70eed8a06
commit 01f811ebd2
5 changed files with 64 additions and 95 deletions

View File

@@ -1,26 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Tank'z" package="ru.m.tankz" company="MegaLoMania"/>
<app main="ru.m.tankz.Client"/>
<source path="src/common/haxe"/>
<source path="src/client/haxe"/>
<source path="src-gen/haxe"/>
<assets path="src/client/resources" rename="resources" include="*"/>
<haxelib name="lime" version="6.0.1"/>
<haxelib name="openfl" version="7.0.0"/>
<haxelib name="promhx" version="1.1.0"/>
<haxelib name="protohx" version="0.4.6"/>
<haxelib name="haxework" version="git"/>
<haxelib name="yaml" version="1.3.0"/>
<haxelib name="yield" version="1.1.2"/>
<source path="src/common/haxe"/><!-- for html5 -->
<assets path="src/client/resources" rename="resources" include="*"/><!-- ? -->
<haxelib name="openfl"/><!-- for flash -->
<window fps="30"/>
<window width="1024" height="768" unless="html5"/>
<haxeflag name="-D" value="swf-gpu"/>
<haxeflag name="-D" value="native-trace"/>
<haxeflag name="-dce" value="no"/>
<section if="build_editor">
<app main="ru.m.tankz.editor.Editor"/>
<source path="src/editor/haxe"/>
</section>
</project>