diff options
author | Sven Gothel <[email protected]> | 2010-12-13 18:45:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-13 18:45:04 +0100 |
commit | 0d8e10fc2f3e5b8cfccc8e20d08c979f75bfb0a2 (patch) | |
tree | 4435ce4375848573b912cb7d333d882debfd10a4 /make/make.jogl.all.x86_64.sh | |
parent | 5db5c574d5ea895921e60cdb768dc138685c7d5b (diff) |
Update GearsJOALApplet: Depending on joal build; incl joal snippet, remove joal/joal-demos jar files.
Diffstat (limited to 'make/make.jogl.all.x86_64.sh')
-rw-r--r-- | make/make.jogl.all.x86_64.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/make/make.jogl.all.x86_64.sh b/make/make.jogl.all.x86_64.sh deleted file mode 100644 index 2298142..0000000 --- a/make/make.jogl.all.x86_64.sh +++ /dev/null @@ -1,15 +0,0 @@ -#! /bin/sh - -. ../../setenv-build-jogl-x86_64.sh - -# -Dc.compiler.debug=true -# -Djogl.cg=1 \ -# -Djogl.redbook=true \ -# -DskipSourceZIP=true - -ant \ - -DskipSourceZIP=true \ - -Djogl.cg=1 \ - -Duser.swt.jar=$HOME/.java/swt.jar \ - -Drootrel.build=build-x86_64 \ - $* 2>&1 | tee make.jogl.all.x86_64.log |