You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/15 06:23:55 UTC

git commit: [flex-asjs] [refs/heads/develop] - get it working on Windows

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 38e8e5b68 -> aedc09356


get it working on Windows


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

Branch: refs/heads/develop
Commit: aedc09356978bec672c9da34eb7bfccc93f6713b
Parents: 38e8e5b
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 15 05:22:08 2015 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 15 05:22:08 2015 +0100

----------------------------------------------------------------------
 js/bin/jsc.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/aedc0935/js/bin/jsc.bat
----------------------------------------------------------------------
diff --git a/js/bin/jsc.bat b/js/bin/jsc.bat
index 05c0217..830c11f 100644
--- a/js/bin/jsc.bat
+++ b/js/bin/jsc.bat
@@ -26,4 +26,4 @@ if "x%FALCON_HOME%"=="x"  (set FALCON_HOME=%~dp0..\..) else echo Using Falcon co
 
 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 “%SCRIPT_HOME%\..\lib\mxmlc.jar" -external-library-path="$SCRIPT_HOME\..\libs\temp\externals\bin\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=FLEXJS -external-library-path="%FLEX_HOME%\js\libs\temp\externals\bin\JS.swc" %*
\ No newline at end of file