mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
commit
3020b224fa
466 changed files with 10821 additions and 1674 deletions
|
|
@ -22,7 +22,8 @@ def build(bld):
|
|||
obj = bld(features = 'cxx cxxshlib')
|
||||
obj.source = [ 'panner_2in2out.cc' ]
|
||||
obj.export_includes = ['.']
|
||||
obj.defines = [ 'PACKAGE="libardour_pan2in2out"' ]
|
||||
obj.defines = [ 'PACKAGE="libardour_pan2in2out"' ]
|
||||
obj.defines += [ 'ARDOURPANNER_DLL_EXPORTS' ]
|
||||
obj.includes = ['.']
|
||||
obj.name = 'libardour_pan2in2out'
|
||||
obj.target = 'pan2in2out'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue