aboutsummaryrefslogtreecommitdiffstats
path: root/tools/jackpotc/bttf
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-22 00:28:41 +0200
committerMichael Bien <[email protected]>2010-04-22 00:28:41 +0200
commit8db5ff430a08ec18bfd947d7aee1c6d298d0d662 (patch)
tree685577ee4d6250eb76a2c78e72a78cf94b2c505f /tools/jackpotc/bttf
parent2cb8c65600a1c8cd1b3ea1386b5f1359390f1ccd (diff)
added jackpot 3.0 code transformator to tools/jackpotc.
- use 'setup' for initial setup (downloads jackpot). - use 'bttf' for running a jogl1.1.1 -> jogl 2 (reloaded) transformation - tools/jackpotc/test/oldgears is a jogl 1.1.1 NetBeans project - more information about jackpot is in tools/jackpotc/lib/README after setup was run
Diffstat (limited to 'tools/jackpotc/bttf')
-rwxr-xr-xtools/jackpotc/bttf8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/jackpotc/bttf b/tools/jackpotc/bttf
new file mode 100755
index 000000000..51472c568
--- /dev/null
+++ b/tools/jackpotc/bttf
@@ -0,0 +1,8 @@
+#!/bin/bash
+SRC="./test/oldgears/src/"
+LIBS="./test/oldgears/lib/jogl.jar:./test/oldgears/lib/jogl.all.jar:./test/oldgears/lib/jogl.awt.jar"
+OUTPUT="./test/oldgears/build"
+
+echo "Back to the Future"
+mkdir $OUTPUT
+./lib/jackpotc -sourcepath $SRC -cp $LIBS -d $OUTPUT -Ajackpot30_extra_hints=./jogl1Tojogl2.hint `find $SRC -type f -name "*.java"`