aboutsummaryrefslogtreecommitdiffstats
path: root/tools/jackpotc/bttf
blob: 51472c568fbff4ec046deb529f4e2d77442f27e5 (plain)
1
2
3
4
5
6
7
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"`