From 8db5ff430a08ec18bfd947d7aee1c6d298d0d662 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Thu, 22 Apr 2010 00:28:41 +0200 Subject: 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 --- tools/jackpotc/setup | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tools/jackpotc/setup (limited to 'tools/jackpotc/setup') diff --git a/tools/jackpotc/setup b/tools/jackpotc/setup new file mode 100755 index 000000000..f1ccc57ed --- /dev/null +++ b/tools/jackpotc/setup @@ -0,0 +1,5 @@ +#!/bin/bash +mkdir lib +cd ./lib +wget http://bitbucket.org/jlahoda/jackpot30/downloads/jackpotc.zip +unzip -oj jackpotc.zip -- cgit v1.2.3