Fix up ardev etc. scripts so that they can be run from any directory.

git-svn-id: svn://localhost/ardour2/branches/3.0@4704 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-02-27 21:16:02 +00:00
parent 63189be1df
commit 2c7b27d7ae
6 changed files with 11 additions and 5 deletions

6
.gitignore vendored
View File

@ -108,3 +108,9 @@ libs/glibmm2/autom4te.cache
libs/sigc++2/autom4te.cache
.sconf_temp
libs/taglib/headers/taglib
.lock-wscript
.waf-*
build
*.swp
tags

View File

@ -1,5 +1,5 @@
#!/bin/sh
. ./ardev_common.sh
. `dirname "$0"`/ardev_common.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export ARDOUR_INSIDE_GDB=1
exec gdb --args $TOP/$EXECUTABLE "$@"

View File

@ -1,5 +1,5 @@
#!/bin/sh
. ../build/default/gtk2_ardour/ardev_common_waf.sh
. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export ARDOUR_INSIDE_GDB=1
exec gdb --args $TOP/$EXECUTABLE "$@"

View File

@ -1,4 +1,4 @@
#!/bin/sh
. ./ardev_common.sh
. `dirname "$0"`/ardev_common.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
exec $TOP/$EXECUTABLE "$@"

View File

@ -1,4 +1,4 @@
#!/bin/sh
. ../build/default/gtk2_ardour/ardev_common_waf.sh
. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
exec $TOP/$EXECUTABLE "$@"

View File

@ -1,4 +1,4 @@
TOP=..
TOP=`dirname "$0"`/..
#export G_DEBUG=fatal_criticals