mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now owns bindings, MIDI binding concept removed from libardour itself in favor of generic Controllables
git-svn-id: svn://localhost/ardour2/trunk@669 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6f2e8de6a0
commit
8b46567e06
97 changed files with 1444 additions and 2088 deletions
|
|
@ -21,8 +21,10 @@ pbd_files = Split("""
|
|||
basename.cc
|
||||
base_ui.cc
|
||||
convert.cc
|
||||
controllable.cc
|
||||
dmalloc.cc
|
||||
error.cc
|
||||
id.cc
|
||||
mountpoint.cc
|
||||
path.cc
|
||||
pathscanner.cc
|
||||
|
|
@ -30,6 +32,7 @@ pool.cc
|
|||
pthread_utils.cc
|
||||
receiver.cc
|
||||
stacktrace.cc
|
||||
stateful.cc
|
||||
strsplit.cc
|
||||
textreceiver.cc
|
||||
transmitter.cc
|
||||
|
|
@ -46,7 +49,11 @@ if conf.CheckCHeader('execinfo.h'):
|
|||
conf.env.Append(CXXFLAGS="-DHAVE_EXECINFO")
|
||||
pbd = conf.Finish()
|
||||
|
||||
pbd.Merge ([ libraries['sigc2'], libraries['xml'], libraries['glibmm2'], libraries['glib2'] ])
|
||||
pbd.Merge ([ libraries['sigc2'],
|
||||
libraries['uuid'],
|
||||
libraries['xml'],
|
||||
libraries['glibmm2'],
|
||||
libraries['glib2'] ])
|
||||
|
||||
pbd.VersionBuild(['version.cc','pbd/version.h'], 'SConscript')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue