aboutsummaryrefslogtreecommitdiffstats
path: root/tools/jackpotc/bttf
diff options
context:
space:
mode:
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"