You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2016/01/12 02:12:23 UTC

git commit: [flex-asjs] [refs/heads/develop] - asnodec: added node.swc to external-library-path

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 6c46c29eb -> 9d92d948b


asnodec: added node.swc to external-library-path


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9d92d948
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9d92d948
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9d92d948

Branch: refs/heads/develop
Commit: 9d92d948b7861be2ddc99c061e99b7963f94e799
Parents: 6c46c29
Author: Josh Tynjala <jo...@apache.org>
Authored: Mon Jan 11 17:12:16 2016 -0800
Committer: Josh Tynjala <jo...@apache.org>
Committed: Mon Jan 11 17:12:16 2016 -0800

----------------------------------------------------------------------
 js/bin/asnodec     | 2 +-
 js/bin/asnodec.bat | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9d92d948/js/bin/asnodec
----------------------------------------------------------------------
diff --git a/js/bin/asnodec b/js/bin/asnodec
index 2a088c4..78497b1 100755
--- a/js/bin/asnodec
+++ b/js/bin/asnodec
@@ -67,4 +67,4 @@ fi
 
 VMARGS="-Xmx384m -Dsun.io.useCanonCaches=false "
 
-java $VMARGS $D32 $SETUP_SH_VMARGS -Dflexcompiler="$FALCON_HOME" -Dflexlib="$FLEX_HOME/frameworks" -jar "$SCRIPT_HOME/../lib/mxmlc.jar" +flexlib="$FLEX_HOME/frameworks" -js-output-type=node -external-library-path="$SCRIPT_HOME/../libs/js.swc" "$@"
+java $VMARGS $D32 $SETUP_SH_VMARGS -Dflexcompiler="$FALCON_HOME" -Dflexlib="$FLEX_HOME/frameworks" -jar "$SCRIPT_HOME/../lib/mxmlc.jar" +flexlib="$FLEX_HOME/frameworks" -js-output-type=node -external-library-path="$SCRIPT_HOME/../libs/js.swc" -external-library-path="$SCRIPT_HOME/../libs/node.swc" "$@"

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9d92d948/js/bin/asnodec.bat
----------------------------------------------------------------------
diff --git a/js/bin/asnodec.bat b/js/bin/asnodec.bat
index 8cdac84..67742cf 100644
--- a/js/bin/asnodec.bat
+++ b/js/bin/asnodec.bat
@@ -26,4 +26,4 @@ if "x%FALCON_HOME%"=="x"  (set "FALCON_HOME=%~dp0..\..") else echo Using Falcon
 
 if "x%FLEX_HOME%"=="x" (set "FLEX_HOME=%~dp0..\..") else echo Using Flex SDK: %FLEX_HOME%
 
-@java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m -Dflexcompiler="%FALCON_HOME%" -Dflexlib="%FLEX_HOME%\frameworks" -jar "%FALCON_HOME%\js\lib\mxmlc.jar" -js-output-type=node -external-library-path="%FLEX_HOME%\js\libs\js.swc" %*
\ No newline at end of file
+@java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m -Dflexcompiler="%FALCON_HOME%" -Dflexlib="%FLEX_HOME%\frameworks" -jar "%FALCON_HOME%\js\lib\mxmlc.jar" -js-output-type=node -external-library-path="%FLEX_HOME%\js\libs\js.swc" -external-library-path="%FLEX_HOME%\js\libs\node.swc" %*
\ No newline at end of file