diff --git a/templates/nodejs/hxml/debug.hxml b/templates/nodejs/hxml/debug.hxml old mode 100755 new mode 100644 index af5050e0a..ed7b4979a --- a/templates/nodejs/hxml/debug.hxml +++ b/templates/nodejs/hxml/debug.hxml @@ -2,6 +2,7 @@ -js ::NODE_FILE:: -cp ::BUILD_DIR::/nodejs/haxe --macro allowPackage("flash") +--macro define("sys") -D nodejs -D js-flatten -debug \ No newline at end of file diff --git a/templates/nodejs/hxml/final.hxml b/templates/nodejs/hxml/final.hxml index 328ffe3be..d9f0b8478 100644 --- a/templates/nodejs/hxml/final.hxml +++ b/templates/nodejs/hxml/final.hxml @@ -2,6 +2,7 @@ -js ::NODE_FILE:: -cp ::BUILD_DIR::/nodejs/haxe --macro allowPackage("flash") +--macro define("sys") -D nodejs -D js-flatten -D final \ No newline at end of file diff --git a/templates/nodejs/hxml/release.hxml b/templates/nodejs/hxml/release.hxml old mode 100755 new mode 100644 index 84f6c3836..dc6631990 --- a/templates/nodejs/hxml/release.hxml +++ b/templates/nodejs/hxml/release.hxml @@ -2,5 +2,6 @@ -js ::NODE_FILE:: -cp ::BUILD_DIR::/nodejs/haxe --macro allowPackage("flash") +--macro define("sys") -D nodejs -D js-flatten \ No newline at end of file