diff options
author | Sven Gothel <[email protected]> | 2011-08-30 19:28:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-30 19:28:21 +0200 |
commit | 4a75b64107e157ff1db3991cf89bf8d856ddc0e6 (patch) | |
tree | ae6e2be5ce471299819de57ff6202e59185c5b74 /make/scripts/make.gluegen.all.linux-x86.sh | |
parent | 3bb991102918dc4cf135d386b8c4f93d6fecdc15 (diff) |
Add [my] setenv-build-jogl scripts to make/scripts allowing them to be used [manually]
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-x86.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh index 196cede..58685d7 100755 --- a/make/scripts/make.gluegen.all.linux-x86.sh +++ b/make/scripts/make.gluegen.all.linux-x86.sh @@ -1,9 +1,10 @@ #! /bin/sh -if [ -e ../../setenv-build-jogl-x86.sh ] ; then - . ../../setenv-build-jogl-x86.sh -fi +SDIR=`dirname $0` +if [ -e $SDIR/setenv-build-jogl-x86.sh ] ; then + . $SDIR/setenv-build-jogl-x86.sh +fi # -Dc.compiler.debug=true # -Dgluegen.cpptasks.detected.os=true \ |