You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by er...@apache.org on 2017/12/19 14:09:17 UTC

[royale-compiler] branch feature/as2wasm updated: Add EXTERNC to the prebuild target, to make it available when compiling

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

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


The following commit(s) were added to refs/heads/feature/as2wasm by this push:
     new da92fa3  Add EXTERNC to the prebuild target, to make it available when compiling
da92fa3 is described below

commit da92fa3549f00a063a95a24b07c882aed27fe734
Author: Erik de Bruin <er...@ixsoftware.nl>
AuthorDate: Tue Dec 19 15:09:09 2017 +0100

    Add EXTERNC to the prebuild target, to make it available when compiling
    
    Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>
---
 compiler-jx/build.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/compiler-jx/build.xml b/compiler-jx/build.xml
index e002e67..320bcc4 100644
--- a/compiler-jx/build.xml
+++ b/compiler-jx/build.xml
@@ -103,6 +103,10 @@
           <target name="clean" />
           <target name="main" />
         </ant>
+        <ant dir="../compiler-externc">
+          <target name="clean" />
+          <target name="main" />
+        </ant>
         <copy file="${basedir}/../compiler-test-utils/target/classes/org/apache/royale/utils/EnvProperties.class" tofile="${classes.dir}/org/apache/royale/utils/EnvProperties.class"/>
     </target>
 	
@@ -114,10 +118,6 @@
         <copy file="${basedir}/../NOTICE.base" tofile="${classes.dir}/META-INF/NOTICE"/>
         
 		<echo message="Building ${wastc.jar}" />
-    <ant dir="../compiler-test-utils">
-      <target name="clean" />
-      <target name="main" />
-    </ant>
     <copy file="${basedir}/../compiler-test-utils/target/classes/org/apache/royale/utils/EnvProperties.class" tofile="${classes.dir}/org/apache/royale/utils/EnvProperties.class"/>
 		<jar file="${wastc.jar}" basedir="${classes.dir}"
          includes="**/*.properties,org/apache/**/*,META-INF/**/*"

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].