diff options
author | Sven Gothel <[email protected]> | 2011-12-18 04:10:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-18 04:10:33 +0100 |
commit | 24d65241c4918bef21a1705814d90cddb3e33b67 (patch) | |
tree | d755663ecbc7c5e994d421158f1b3808bd13fc95 /make/scripts/make.gluegen.all.solaris-x86_64.sh | |
parent | 4374d11a3a204ab608402ee24a8cee14eff923ef (diff) |
scrips for sol
Diffstat (limited to 'make/scripts/make.gluegen.all.solaris-x86_64.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.solaris-x86_64.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.solaris-x86_64.sh b/make/scripts/make.gluegen.all.solaris-x86_64.sh new file mode 100755 index 0000000..dfd40dc --- /dev/null +++ b/make/scripts/make.gluegen.all.solaris-x86_64.sh @@ -0,0 +1,20 @@ +#! /bin/sh + +SDIR=`dirname $0` + +if [ -e $SDIR/setenv-build-jogl-x86_64.sh ] ; then + . $SDIR/setenv-build-jogl-x86_64.sh +fi + +# -Dc.compiler.debug=true +# -Dgluegen.cpptasks.detected.os=true \ +# -DisUnix=true \ +# -DisLinux=true \ +# -DisLinuxAMD64=true \ +# -DisX11=true \ + +# BUILD_ARCHIVE=true \ +ant \ + -Djavacdebuglevel="source,lines,vars" \ + -Drootrel.build=build-solaris-x86_64 \ + $* 2>&1 | tee make.gluegen.all.solaris-x86_64.log |