diff options
author | Sven Gothel <[email protected]> | 2019-12-31 18:23:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-31 18:23:02 +0100 |
commit | 332dd8550a2301427dd942d2a77cb59ebd3ec92e (patch) | |
tree | 0c860a40c05ba5b27d99770a433b922cbf685f70 /make/scripts/make.jogl.all.x86_64.sh | |
parent | 7ea189170b6ae75b7e15be43344a785eb56bb48a (diff) |
Diffstat (limited to 'make/scripts/make.jogl.all.x86_64.sh')
-rw-r--r-- | make/scripts/make.jogl.all.x86_64.sh | 19 |
1 files changed, 19 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..110e51d --- /dev/null +++ b/make/scripts/make.jogl.all.x86_64.sh @@ -0,0 +1,19 @@ +#! /bin/sh + +SDIR=`dirname $0` + +if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then + . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh +fi + +. $SDIR/../../../jogl/etc/profile.jogl JOGL_ALL $SDIR/../../../jogl/build-x86_64 + +# -Dc.compiler.debug=true +# -Djogl.cg=1 \ +# -Djogl.redbook=true \ + +ant \ + -Djogl.cg=1 \ + -Duser.swt.jar=$SWT_CLASSPATH \ + -Drootrel.build=build-x86_64 \ + $* 2>&1 | tee make.jogl.all.x86_64.log |