[gulp] added project
This commit is contained in:
10
project.xml
10
project.xml
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<meta title="Tank'z" package="ru.m.tankz" version="0.0.0" company="MegaLoMania"/>
|
||||
<app main="ru.m.tankz.Client" path="target" file="tankz"/>
|
||||
<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"/>
|
||||
@@ -17,14 +17,10 @@
|
||||
<window width="1024" height="768" unless="html5"/>
|
||||
<haxeflag name="-D" value="swf-gpu"/>
|
||||
<haxeflag name="-D" value="native-trace"/>
|
||||
<!--<haxeflag name="-D" value="proto_debug"/>-->
|
||||
<haxeflag name="-dce" value="no"/>
|
||||
<!--<haxeflag name="-D" value="dom"/>-->
|
||||
<haxeflag name="--macro" value="yield.parser.Parser.auto()"/>
|
||||
<!--<template path="src/client/webapp/index_template.html" rename="index.html"/>-->
|
||||
|
||||
<section if="build_editor">
|
||||
<app main="ru.m.tankz.editor.Editor" path="target" file="editor"/>
|
||||
<app main="ru.m.tankz.editor.Editor"/>
|
||||
<source path="src/editor/haxe"/>
|
||||
</section>
|
||||
</project>
|
||||
Reference in New Issue
Block a user