make marker labels and regionview name text (now drawn with pixbufs) be color-adjusta...
[ardour2.git] / vst / ardourvst.in
blob2accc5cfb99f1f458448a076679d137a2fa8bb41
1 #!/bin/sh
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
7 export GTK_PATH=%PREFIX%/lib/ardour2:$GTK_PATH
9 LD_LIBRARY_PATH=%PREFIX%/lib/ardour2:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour2/ardour_vst.exe.so "$@"