diff options
Diffstat (limited to 'make/scripts/make.jogl.all.x86.sh')
-rw-r--r-- | make/scripts/make.jogl.all.x86.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.x86.sh b/make/scripts/make.jogl.all.x86.sh new file mode 100644 index 0000000..41fa16b --- /dev/null +++ b/make/scripts/make.jogl.all.x86.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../setenv-build-jogl-x86.sh + +# -Dc.compiler.debug=true + +ant \ + -Djogl.cg=1 \ + -Duser.swt.jar=$HOME/.java/swt-3.6-gtk-linux-x86.jar \ + -Drootrel.build=build-x86 \ + $* 2>&1 | tee make.jogl.all.x86.log |