From e85d4df16b980993b61b7c165afdedc65ec9bda0 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 18 Oct 2011 15:56:40 +0200 Subject: Enable Solaris --- build.xml | 44 +++++++++++++++++++++++++++++++-- scripts/make.jocl.all.linux-x86_64.sh | 6 +++-- scripts/make.jocl.all.solaris-x86_64.sh | 11 +++++++++ 3 files changed, 57 insertions(+), 4 deletions(-) create mode 100644 scripts/make.jocl.all.solaris-x86_64.sh diff --git a/build.xml b/build.xml index a515d521..bf34597c 100644 --- a/build.xml +++ b/build.xml @@ -395,7 +395,7 @@ - + @@ -410,6 +410,26 @@ + + + + + + + + + + + + + + + + + + + @@ -451,9 +471,10 @@ - + + @@ -480,6 +501,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/scripts/make.jocl.all.linux-x86_64.sh b/scripts/make.jocl.all.linux-x86_64.sh index 6ca3e805..c58e1ae9 100644 --- a/scripts/make.jocl.all.linux-x86_64.sh +++ b/scripts/make.jocl.all.linux-x86_64.sh @@ -1,7 +1,9 @@ #! /bin/sh -if [ -e ../setenv-build-jogl-x86_64.sh ] ; then - . ../setenv-build-jogl-x86_64.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 ant \ diff --git a/scripts/make.jocl.all.solaris-x86_64.sh b/scripts/make.jocl.all.solaris-x86_64.sh new file mode 100644 index 00000000..be11b91b --- /dev/null +++ b/scripts/make.jocl.all.solaris-x86_64.sh @@ -0,0 +1,11 @@ +#! /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 + +ant \ + -Drootrel.build=build-solaris-x86_64 \ + $* 2>&1 | tee make.jocl.all.solaris-x86_64.log -- cgit v1.2.3