diff options
author | Sven Gothel <[email protected]> | 2011-10-18 15:56:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-18 15:56:40 +0200 |
commit | e85d4df16b980993b61b7c165afdedc65ec9bda0 (patch) | |
tree | efa235e5735ac2d15f41181887f36caf9a88bc46 /scripts/make.jocl.all.solaris-x86_64.sh | |
parent | 63236b03f45355aa61dfc0b385d104bbed5032f3 (diff) |
Enable Solaris
Diffstat (limited to 'scripts/make.jocl.all.solaris-x86_64.sh')
-rw-r--r-- | scripts/make.jocl.all.solaris-x86_64.sh | 11 |
1 files changed, 11 insertions, 0 deletions
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 |