Paul Davis
ce7a5e1c9f
git-svn-id: svn://localhost/ardour2/branches/3.0@6695 d708f5d6-7413-0410-9779-e7cbd77b26cf
6 lines
182 B
Bash
Executable File
6 lines
182 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
|
|
export LD_LIBRARY_PATH=$TOP/gtk2_ardour:$LD_LIBRARY_PATH
|
|
exec wine $TOP/vst/ardour_vst.exe.so "$@"
|