You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2021/12/12 11:25:25 UTC

[royale-asjs] branch develop updated: made asconfig a bit easier to read

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1b18f33  made asconfig a bit easier to read
1b18f33 is described below

commit 1b18f33c495d63edd148a6817a3b16ecb8de9ab8
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Dec 12 13:25:11 2021 +0200

    made asconfig a bit easier to read
---
 frameworks/projects/MXRoyale/asconfig.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/asconfig.json b/frameworks/projects/MXRoyale/asconfig.json
index 2718715..cd49c04 100644
--- a/frameworks/projects/MXRoyale/asconfig.json
+++ b/frameworks/projects/MXRoyale/asconfig.json
@@ -38,5 +38,10 @@
         ],
         "output": "target/MXRoyale.swc"
     },
-    "additionalOptions": "-compiler.define+=ROYALE::DISPLAYOBJECT,DisplayObject -js-compiler-define+=ROYALE::DISPLAYOBJECT,IUIComponent -js-compiler-define+=COMPILE::SWF,false -js-compiler-define+=COMPILE::JS,true"
+    "additionalOptions": [
+        "-compiler.define+=ROYALE::DISPLAYOBJECT,DisplayObject",
+        "-js-compiler-define+=ROYALE::DISPLAYOBJECT,IUIComponent",
+        "-js-compiler-define+=COMPILE::SWF,false",
+        "-js-compiler-define+=COMPILE::JS,true"
+    ]
 }
\ No newline at end of file