diff options
author | Sven Gothel <[email protected]> | 2011-08-22 03:04:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-22 03:04:54 +0200 |
commit | 62df9dd196b229c3c532af4a166e6888599f85bd (patch) | |
tree | 9adff801f21bbae398fdbdca09c1e7c7ad62372f /make/scripts/make.jogl.all.linux-x86_64.sh | |
parent | d09063b4044ca82a805f91af550a9b9d7e7eef2a (diff) |
NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/Newt Version since we use *all* targets
Diffstat (limited to 'make/scripts/make.jogl.all.linux-x86_64.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-x86_64.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86_64.sh b/make/scripts/make.jogl.all.linux-x86_64.sh index e57f0a9ad..3ae48f598 100755 --- a/make/scripts/make.jogl.all.linux-x86_64.sh +++ b/make/scripts/make.jogl.all.linux-x86_64.sh @@ -1,9 +1,5 @@ #! /bin/sh -if [ -e ../../setenv-build-jogl-x86_64.sh ] ; then - . ../../setenv-build-jogl-x86_64.sh -fi - if [ -z "$ANT_PATH" ] ; then if [ -e /usr/share/ant/bin/ant -a -e /usr/share/ant/lib/ant.jar ] ; then ANT_PATH=/usr/share/ant |