diff options
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 |