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/14 12:50:24 UTC

[royale-docs] branch master updated: Fixed content

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ca01402  Fixed content
ca01402 is described below

commit ca014020d811bec7c03994d12f8d9a51ba32ffdb
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Dec 14 14:50:15 2021 +0200

    Fixed content
---
 libraries/compiled-code-libraries.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libraries/compiled-code-libraries.md b/libraries/compiled-code-libraries.md
index 5fc5943..6d07ff5 100644
--- a/libraries/compiled-code-libraries.md
+++ b/libraries/compiled-code-libraries.md
@@ -103,6 +103,7 @@ The notable difference between the two files:
 1. `compile-config.xml` has `playerglobal.swc` referenced in the `external-library-path`.
 2. `compile-config.xml` has `COMPILE::SWF` as `true` while `js-compile-config.xml` has `COMPILE::JS` as `true`.
 3. If you have a `lib/Foo.swc` JS typedef dependency that you want to include, you should add the following to the `js-compile-config.xml`:
+
 ```
         <js-external-library-path append="true">
             <path-element>lib/Foo.swc</path-element>
@@ -112,6 +113,7 @@ The notable difference between the two files:
 
 
 `compile-config.xml`:
+
 ```
 <royale-config>
     <compiler>