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

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

commit daad508070f6bbccb7c5fad3e7bf1a015e6201af
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Feb 17 15:12:32 2021 -0800

    build: add playerglobal-source-gen
---
 build.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 7f47fe1..9831d89 100644
--- a/build.xml
+++ b/build.xml
@@ -70,9 +70,13 @@
 
     <target name="swf" depends="sdk, javadoc, tests" description="Builds SWF 
compiler, builds Royale Javadoc, and runs SWF compiler tests."/>
 
-    <target name="main" depends="swf, jx, oem, debugger, anttasks, 
royaleunit.anttasks" description="Builds Royale SWF compiler, then Royale JS 
Transpiler"/>
+    <target name="main" depends="swf, jx, oem, debugger, anttasks, 
royaleunit.anttasks, playerglobal-source-gen" description="Builds Royale SWF 
compiler, then Royale JS Transpiler"/>
 
     <target name="jx" depends="compiler.jx, compiler.jx.tests" 
description="Builds Royale JS Transpiler" />
+
+    <target name="playerglobal-source-gen" depends="compiler.jx">
+        <ant dir="playerglobal-source-gen" />
+    </target>
     
     <target name="oem" depends="compiler.oem" description="Builds FB 
Integration JAR" />
 
@@ -140,6 +144,7 @@
         <ant dir="royale-ant-tasks" target="clean"/>
         <ant dir="royaleunit-ant-tasks" target="clean"/>
         <ant dir="debugger" target="clean"/>
+        <ant dir="playerglobal-source-gen" target="clean"/>
     </target>
 
     <target name="wipe" description="Wipes out everything that didn't come 
from Git.">
@@ -167,6 +172,7 @@
         <ant dir="royale-ant-tasks" target="wipe"/>
         <ant dir="royaleunit-ant-tasks" target="wipe"/>
         <ant dir="debugger" target="clean"/>
+        <ant dir="playerglobal-source-gen" target="wipe"/>
         <delete dir="${basedir}/out" failonerror="false" 
includeEmptyDirs="true"/>
         <delete dir="${basedir}/temp" failonerror="false" 
includeEmptyDirs="true"/>
         <!-- remove legacy folders if they exist -->

Reply via email to