aboutsummaryrefslogtreecommitdiffstats
path: root/tools/jackpotc/bttf
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-06-03 23:50:07 +0200
committerMichael Bien <[email protected]>2010-06-03 23:50:07 +0200
commit16111d6280a46a04e71e0904944cb983ae34c3ff (patch)
tree6b8f3b30d2e58963044315698c93e3279a3f95e7 /tools/jackpotc/bttf
parentc088e23874aee3299ab191605a76943e078b2fbc (diff)
cleaned up jackpot scripts, updated download locations.
Diffstat (limited to 'tools/jackpotc/bttf')
-rwxr-xr-xtools/jackpotc/bttf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/jackpotc/bttf b/tools/jackpotc/bttf
index b1aed8c72..4971c9160 100755
--- a/tools/jackpotc/bttf
+++ b/tools/jackpotc/bttf
@@ -5,8 +5,11 @@ OUTPUT="./test/oldgears/build"
FILESET=`find $SRC -type f -name "*.java"`
echo "Back to the Future"
+echo "transforming files: $FILESET"
mkdir $OUTPUT
./lib/jackpotc -sourcepath $SRC -cp $LIBS -d $OUTPUT -Ajackpot30_extra_hints=./jogl1Tojogl2.hint $FILESET
echo "patching..."
patch -o ${OUTPUT}/Patched.java $FILESET ${OUTPUT}/META-INF/upgrade/upgrade.diff
+
+echo "done"