[gulp] added project

This commit is contained in:
2018-04-04 17:58:14 +03:00
parent b12b26b87e
commit c70eed8a06
6 changed files with 332 additions and 65 deletions

View File

@@ -16,11 +16,10 @@ const build = () => function build(debug) {
platform: 'neko',
version: version,
lib: [
'protohx',
'orm',
'protohx:0.4.6',
'haxework:git',
'haxe-crypto',
'yield',
'haxe-crypto:0.0.7',
'yield:1.1.2',
],
cp: [
'src/common/haxe',
@@ -28,7 +27,7 @@ const build = () => function build(debug) {
'src-gen/haxe',
],
main: 'ru.m.tankz.server.Server',
outputFile: 'tankz.n',
outputFile: 'server.n',
debug: debug,
macro: macro,
values: {proto_debug: debug}