Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there

This commit is contained in:
Paul Davis
2014-01-10 16:07:57 -05:00
466 changed files with 10821 additions and 1674 deletions

View File

@@ -22,7 +22,8 @@ def build(bld):
obj = bld(features = 'cxx cxxshlib')
obj.source = [ 'vbap_speakers.cc', 'vbap.cc' ]
obj.export_includes = ['.']
obj.defines = [ 'PACKAGE="libardour_panvbap"' ]
obj.defines = ['PACKAGE="libardour_panvbap"']
obj.defines += ['ARDOURPANNER_DLL_EXPORTS']
obj.includes = ['.']
obj.name = 'libardour_panvbap'
obj.target = 'panvbap'