From ac527ba1203fdd502116301310c98f084ffe107d Mon Sep 17 00:00:00 2001 From: jochen Date: Fri, 9 Apr 1999 08:33:27 +0000 Subject: [PATCH] co jasmin files. compile Interpreter.j git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@557 379699f6-c40d-0410-875b-85095c16579e --- jode/maketar | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jode/maketar b/jode/maketar index d3303bf..884f1c4 100755 --- a/jode/maketar +++ b/jode/maketar @@ -1,12 +1,13 @@ #!/bin/sh echo '#!/bin/sh' > co.all -echo co -u jcpp make* COPYING *.html *.java */*.java test/*.j >> co.all +echo co -u jcpp make* COPYING *.html *.java */*.java */*.j >> co.all chmod a+x co.all echo '#!/bin/sh' > compile echo 'COMPILER=${1:-javac}' >> compile echo 'if [ -n "$1" ]; then FLAGS="-g"; else shift; FLAGS="$*"; fi' >>compile echo 'rm -f *.class */*.class' >> compile +echo 'jasmin -d .. jvm/Interpreter.j' >> compile echo \$COMPILER -d \$HOME/java \$FLAGS Decompiler.java Obfuscator.java JodeApplet.java swingui/MainWindow.java >> compile chmod a+x compile