diff options
Diffstat (limited to 'make/scripts/make.jogl.all.x86_64.sh')
-rw-r--r-- | make/scripts/make.jogl.all.x86_64.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.x86_64.sh b/make/scripts/make.jogl.all.x86_64.sh new file mode 100644 index 0000000..2298142 --- /dev/null +++ b/make/scripts/make.jogl.all.x86_64.sh @@ -0,0 +1,15 @@ +#! /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 |