From 93c7aeba048f19df5abee5e4325ef8b0ef62c279 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 28 Sep 2006 17:23:52 +0000 Subject: fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t git-svn-id: svn://localhost/ardour2/trunk@933 d708f5d6-7413-0410-9779-e7cbd77b26cf --- vst/SConscript | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vst') diff --git a/vst/SConscript b/vst/SConscript index 0e3055e4ce..a1f2bbb616 100644 --- a/vst/SConscript +++ b/vst/SConscript @@ -75,3 +75,11 @@ Default([wine_generated_executable, wine_executable]) env.Alias('install', env.Install(os.path.join(install_prefix, 'bin'), wine_executable)) # the win32 executable - into the lib dir since the wine script will look for it there env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2'), 'ardour_vst.exe.so')) + +env.Alias ('tarball', env.Distribute (env['DISTTREE'], + [ 'SConscript', + 'winmain.c', + 'ardourvst.in', + 'ardevst' + ])) + -- cgit v1.2.3