[ardour-dev] latest CVS commit

Jesse Chappell jesse at essej.net
Fri Jun 4 15:08:20 PDT 2004


The contents of the ardev, ardbg scripts are simple:

ardev ------------------------------------

#!/bin/sh

export LD_LIBRARY_PATH=../libs/ardour/.libs
exec ./ardour $*

-------------------------------------------

ardbg -------------------------------------

#!/bin/sh

export LD_LIBRARY_PATH=../libs/ardour/.libs
exec gdb ./ardour $*

-------------------------------------------


jlc



More information about the Ardour-Dev mailing list