From 332dd8550a2301427dd942d2a77cb59ebd3ec92e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 31 Dec 2019 18:23:02 +0100 Subject: Enable compilation using JogAmp 2.4.0 (one demo needs vecmath, dependency issue) --- make/scripts/make.jogl.all.x86_64.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 make/scripts/make.jogl.all.x86_64.sh (limited to 'make/scripts') 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 -- cgit v1.2.3