diff options
author | Sven Gothel <[email protected]> | 2010-04-22 20:40:27 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-22 20:40:27 +0200 |
commit | 26b0449cbc7db9961af92397f79e2b85f79ddb24 (patch) | |
tree | 3fa20ff1dedb8b3ba644f47ed44c2cd52914cec5 /tools/jackpotc/bttf | |
parent | 848df0f3b4d2cd27e03fc25c424759b870c6514b (diff) | |
parent | 8db5ff430a08ec18bfd947d7aee1c6d298d0d662 (diff) |
Merge branch 'master' of github.com:mbien/jogl
Diffstat (limited to 'tools/jackpotc/bttf')
-rwxr-xr-x | tools/jackpotc/bttf | 8 |
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"` |