run subst on, and install, the ardourVST startup script if doing a windows VST suppor...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 29 Feb 2012 19:11:42 +0000 (19:11 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 29 Feb 2012 19:11:42 +0000 (19:11 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11555 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/wscript

index eba14af411a003d27eecb0d06bfc0a2469d9cd43..9873fb328ed7c09cf37270e4bbbca90b2fe9f110 100644 (file)
@@ -467,6 +467,15 @@ def build(bld):
     obj.install_path = bld.env['BINDIR']
     set_subst_dict(obj, wrapper_subst_dict)
 
+    if bld.is_defined('WINDOWS_VST_SUPPORT'):
+        obj              = bld(features = 'subst')
+        obj.source       = '../vst/ardourvst.in'
+        obj.target       = 'ardourvst3'
+        obj.chmod        = Utils.O755
+        obj.dict         = wrapper_subst_dict
+        obj.install_path = bld.env['BINDIR']
+        set_subst_dict(obj, wrapper_subst_dict)
+
     # Font configuration
 
     dark_rc_subst_dict = {}