summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-18 18:32:13 +0000
committerDavid Robillard <d@drobilla.net>2009-02-18 18:32:13 +0000
commit227eca405458d95ba5c7cbc89dc6d17272f990f8 (patch)
treee71711f436ca7085aac4687fe44c23a84914d4a0 /vst
parent2463be97f79dddbeb90aa5fe5c323c8f2621bbab (diff)
Fix ardour2 -> ardour3 issues.
git-svn-id: svn://localhost/ardour2/branches/3.0@4622 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst')
-rwxr-xr-xvst/ardevst2
-rw-r--r--vst/ardourvst.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/vst/ardevst b/vst/ardevst
index cc21cde05b..39d9bdface 100755
--- a/vst/ardevst
+++ b/vst/ardevst
@@ -1,5 +1,5 @@
#!/bin/sh
export ARDOUR_PATH=../gtk2_ardour/icons:../gtk2_ardour/pixmaps:../gtk2_ardour
export LD_LIBRARY_PATH=../gtk2_ardour:../libs/surfaces/control_protocol:../libs/ardour:../libs/midi++2:../libs/pbd:../libs/soundtouch:../libs/gtkmm2ext:../libs/sigc++2:../libs/glibmm2:../libs/gtkmm2/atk:../libs/gtkmm2/pango:../libs/gtkmm2/gdk:../libs/gtkmm2/gtk:../libs/libgnomecanvasmm:../libs/libsndfile:../libs/appleutility:../libs/rubberband:../libs/vamp-sdk:$LD_LIBRARY_PATH
-export GTK_PATH=$PWD/../libs/clearlooks:~/.ardour2
+export GTK_PATH=$PWD/../libs/clearlooks:~/.ardour3
exec wine ./ardour_vst.exe.so "$@"
diff --git a/vst/ardourvst.in b/vst/ardourvst.in
index 2accc5cfb9..082be1c2fe 100644
--- a/vst/ardourvst.in
+++ b/vst/ardourvst.in
@@ -4,7 +4,7 @@
# but somehow scons puts leading /'s on INSTALL_PREFIX and that causes
# wine to be unable to find the .exe.so file
-export GTK_PATH=%PREFIX%/lib/ardour2:$GTK_PATH
+export GTK_PATH=%PREFIX%/lib/ardour3:$GTK_PATH
-LD_LIBRARY_PATH=%PREFIX%/lib/ardour2:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour2/ardour_vst.exe.so "$@"
+LD_LIBRARY_PATH=%PREFIX%/lib/ardour3:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour3/ardour_vst.exe.so "$@"