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 2018/09/07 10:05:36 UTC

[royale-asjs] branch develop updated: Make VS Code recognize ROYALE::DISPLAYOBJECT

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 9408fa7  Make VS Code recognize ROYALE::DISPLAYOBJECT
9408fa7 is described below

commit 9408fa7a63fccf9137fd6f84283678fde6c19d50
Author: Harbs <ha...@in-tools.com>
AuthorDate: Fri Sep 7 13:05:29 2018 +0300

    Make VS Code recognize ROYALE::DISPLAYOBJECT
---
 frameworks/projects/MXRoyale/asconfig.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/asconfig.json b/frameworks/projects/MXRoyale/asconfig.json
index 6ecf565..efe9d48 100644
--- a/frameworks/projects/MXRoyale/asconfig.json
+++ b/frameworks/projects/MXRoyale/asconfig.json
@@ -36,5 +36,6 @@
             "../../../../frameworks/libs/air/airglobal.swc"
         ],
         "output": "target/MXRoyale.swc"
-    }
+    },
+    "additionalOptions": "-compiler.define+=ROYALE::DISPLAYOBJECT,DisplayObject -js-compiler-define+=ROYALE::DISPLAYOBJECT,IUIComponent"
 }
\ No newline at end of file