mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
part 2 of 3 of the 2.8 -> 3.0 merge
git-svn-id: svn://localhost/ardour2/branches/3.0@4987 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
60eef7dd3e
commit
a4b8955f3e
48 changed files with 1022 additions and 244 deletions
|
|
@ -65,6 +65,9 @@ pbd.Merge ([ libraries['sigc2'],
|
|||
libraries['glib2'],
|
||||
libraries['boost'] ])
|
||||
|
||||
if pbd['VST']:
|
||||
pbd.Append(CCFLAGS="-DWINE_THREAD_SUPPORT", CPPPATH="#libs/fst")
|
||||
|
||||
pbd.VersionBuild(['version.cc','pbd/version.h'], [])
|
||||
|
||||
libpbd = pbd.SharedLibrary('pbd', pbd_files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue