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 09:31:47 UTC

[royale-asjs] branch develop updated: Removed GOOG::DEBUG

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 a06787e  Removed GOOG::DEBUG
a06787e is described below

commit a06787e757f4570f7ccf47cea5400b8adc7165ba
Author: Harbs <ha...@in-tools.com>
AuthorDate: Fri Sep 7 12:31:39 2018 +0300

    Removed GOOG::DEBUG
---
 frameworks/projects/MXRoyale/asconfig.json | 40 ++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/frameworks/projects/MXRoyale/asconfig.json b/frameworks/projects/MXRoyale/asconfig.json
new file mode 100644
index 0000000..f19ad52
--- /dev/null
+++ b/frameworks/projects/MXRoyale/asconfig.json
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ {
+    "config": "royale",
+    "type": "lib",
+    "compilerOptions": {
+        "debug": true,
+        "targets": [
+            "JSRoyale",
+            "SWF"
+        ],
+        "include-classes": [
+            "BasicClasses"
+        ],
+        "include-sources": [
+            "src/main/royale"
+        ],
+        "source-path": [
+            "src/main/royale"
+        ],
+        "external-library-path": [
+            "../../../../frameworks/libs/air/airglobal.swc"
+        ],
+        "output": "target/Basic.swc"
+    }
+}
\ No newline at end of file