mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
* Added PBD::UUID
* uuid headers are needed for building! * Export presets and format profiles use UUID * Moved ExportPreset class away from ExportProfileManager * Workaround for Gtk::NoteBook bug in ExportMainDialog git-svn-id: svn://localhost/ardour2/branches/3.0@3762 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fa4bca989b
commit
68f04adec1
14 changed files with 367 additions and 227 deletions
|
|
@ -45,6 +45,7 @@ strsplit.cc
|
|||
textreceiver.cc
|
||||
transmitter.cc
|
||||
undo.cc
|
||||
uuid.cc
|
||||
version.cc
|
||||
whitespace.cc
|
||||
xml++.cc
|
||||
|
|
@ -57,6 +58,7 @@ pbd = conf.Finish()
|
|||
|
||||
pbd.Merge ([ libraries['sigc2'],
|
||||
libraries['xml'],
|
||||
libraries['uuid'],
|
||||
libraries['glibmm2'],
|
||||
libraries['glib2'] ])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue