mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
"finalmunge" patch from nick, plus work on editor region list and actions infrastructure from me
git-svn-id: svn://localhost/trunk/ardour2@52 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4c50965622
commit
c38fdbc64c
36 changed files with 878 additions and 877 deletions
|
|
@ -157,6 +157,10 @@ regionview.cc
|
|||
route_params_ui.cc
|
||||
""")
|
||||
|
||||
mtest_files=Split("""
|
||||
mtest.cc
|
||||
""")
|
||||
|
||||
extra_sources = []
|
||||
vst_files = [ 'vst_pluginui.cc' ]
|
||||
|
||||
|
|
@ -176,6 +180,7 @@ gtkardour.VersionBuild(['version.cc','version.h'], 'SConscript')
|
|||
executable = 'ardour.bin'
|
||||
|
||||
ardour = gtkardour.Program(target = executable, source = gtkardour_files + extra_sources)
|
||||
mtest = gtkardour.Program(target = 'mtest', source = mtest_files)
|
||||
|
||||
Default(ardour)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue