13
0
livetrax/vst/ardevst
Paul Davis 9d52ae2f19 tweaks to get a VST-supporting 3.0 to build & startup
git-svn-id: svn://localhost/ardour2/branches/3.0@4705 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-27 22:52:39 +00:00

7 lines
148 B
Bash
Executable File

#!/bin/sh
. ../gtk2_ardour/ardev_common.sh
export LD_LIBRARY_PATH=../gtk2_ardour:$LD_LIBRARY_PATH
exec wine $TOP/vst/ardour_vst.exe.so "$@"