From 958b64beb44a470301a4354ae7d5133236e2f40f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 18 Oct 2011 12:57:08 +0200 Subject: Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch flags (-d32/-d64) ; glxext.h uses 'gl-64bit-types.h' Cleanup dependencies and linker args - JOGL/NEWT: remove Xxf86vm dependency - NativeWindow Solaris: Use std 'Xinerama' and 'xf86vmode' --- make/scripts/tests-solx32.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 make/scripts/tests-solx32.sh (limited to 'make/scripts/tests-solx32.sh') diff --git a/make/scripts/tests-solx32.sh b/make/scripts/tests-solx32.sh new file mode 100755 index 000000000..26b7c14bb --- /dev/null +++ b/make/scripts/tests-solx32.sh @@ -0,0 +1,10 @@ +#! /bin/bash + +SDIR=`dirname $0` + +if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh ] ; then + . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh +fi + +. $SDIR/tests.sh `which java` ../build-solaris-x86 $* + -- cgit v1.2.3