[gulp] added project
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user