diff options
author | Sven Gothel <[email protected]> | 2010-04-27 09:48:03 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-27 09:48:03 +0200 |
commit | 2e99ad22783143067887881665a6204ac0e47d91 (patch) | |
tree | 40ee155f58e4e1bd1f9c89dd81d4876f04395947 /tools/jackpotc/setup | |
parent | fccb1f3a46d95e85af7af7490cac8d8e394b6439 (diff) | |
parent | 13e3d9bca4aa57fca322ccfc31fe9afc7765b72f (diff) |
Merge branch 'master' of github.com:mbien/jogl
Diffstat (limited to 'tools/jackpotc/setup')
-rwxr-xr-x | tools/jackpotc/setup | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/jackpotc/setup b/tools/jackpotc/setup index f1ccc57ed..c68e5a9b9 100755 --- a/tools/jackpotc/setup +++ b/tools/jackpotc/setup @@ -3,3 +3,18 @@ mkdir lib cd ./lib wget http://bitbucket.org/jlahoda/jackpot30/downloads/jackpotc.zip unzip -oj jackpotc.zip + +cd ../test +mkdir oldgears/lib +mkdir oldgears/lib/new +mkdir oldgears/lib/old +cd oldgears/lib/new + +#TOCO temporary location +wget http://people.fh-landshut.de/~mbien/jogamp/ref/new/jogl.all.jar +wget http://people.fh-landshut.de/~mbien/jogamp/ref/new/jogl.awt.jar +wget http://people.fh-landshut.de/~mbien/jogamp/ref/new/gluegen-rt.jar + +cd ../old +wget http://people.fh-landshut.de/~mbien/jogamp/ref/old/jogl.jar +wget http://people.fh-landshut.de/~mbien/jogamp/ref/old/gluegen-rt.jar |