summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardbg-waf
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-25 23:51:37 +0000
committerDavid Robillard <d@drobilla.net>2009-02-25 23:51:37 +0000
commit6d8a42cc8e55d589693c3e550e41b54dc9061b31 (patch)
treee4299a6b9dec758f65a0de8916733e4cf5ac4283 /gtk2_ardour/ardbg-waf
parente2353c67fada05ea33a8981d1b5112d1f56cba6d (diff)
Wrapper scripts for waf built version.
git-svn-id: svn://localhost/ardour2/branches/3.0@4664 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardbg-waf')
-rwxr-xr-xgtk2_ardour/ardbg-waf5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/ardbg-waf b/gtk2_ardour/ardbg-waf
new file mode 100755
index 0000000000..6eedeb6f7c
--- /dev/null
+++ b/gtk2_ardour/ardbg-waf
@@ -0,0 +1,5 @@
+#!/bin/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 $EXECUTABLE "$@"