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:
Paul Davis 2009-04-16 16:02:25 +00:00
parent 60eef7dd3e
commit a4b8955f3e
48 changed files with 1022 additions and 244 deletions

View file

@ -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)