Merged with trunk R1612.
[ardour.git] / vst / ardourvst.in
1 #!/bin/sh
2
3 # NOTE: the use of PREFIX is incorrect - it should be INSTALL_PREFIX,
4 # but somehow scons puts leading /'s on INSTALL_PREFIX and that causes
5 # wine to be unable to find the .exe.so file
6
7 export GTK_PATH=%PREFIX%/lib/ardour2:$GTK_PATH
8
9 LD_LIBRARY_PATH=%PREFIX%/lib/ardour2:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour2/ardour_vst.exe.so "$@"
10