diff options
Diffstat (limited to 'make/make.jogl.all.x86.sh')
-rw-r--r-- | make/make.jogl.all.x86.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/make.jogl.all.x86.sh b/make/make.jogl.all.x86.sh new file mode 100644 index 0000000..89745c9 --- /dev/null +++ b/make/make.jogl.all.x86.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. ../../setenv-build-jogl-x86.sh + +# -Dc.compiler.debug=true + +ant \ + -Drootrel.build=build-x86 \ + $* 2>&1 | tee make.jogl.all.x86.log |