mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 10:57:43 +01:00
Merged with trunk R992.
Completely untested other than it compiles, runs, and records somewhat (need to merge again). git-svn-id: svn://localhost/ardour2/branches/midi@999 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7bd41538d9
commit
fedf3d34f3
297 changed files with 6156 additions and 5481 deletions
|
|
@ -21,7 +21,12 @@ b = fst.Object ('fstinfofile', 'fstinfofile.c')
|
|||
c = fst.Object ('vstwin', 'vstwin.c')
|
||||
d = fst.Object ('vsti', 'vsti.c')
|
||||
|
||||
Default([hackSDK,a,b,c,d])
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'], fst_src + ['SConscript'] ))
|
||||
if fst['VST']:
|
||||
Default([hackSDK,a,b,c,d])
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
fst_src + ['SConscript',
|
||||
'fst.h',
|
||||
'jackvst.h'
|
||||
] ))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue