mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
merge exportvis branch into cairocanvas, to reduce the number of "floating" branches.
Still need to add API export/visibility macros for the canvas library.
This commit is contained in:
commit
b0e4f81eb3
426 changed files with 2059 additions and 1259 deletions
|
|
@ -30,7 +30,7 @@ def build(bld):
|
|||
midiaction.cc
|
||||
'''
|
||||
obj.export_includes = ['.']
|
||||
obj.cxxflags = '-DPACKAGE="ardour_genericmidi"'
|
||||
obj.defines = [ 'PACKAGE="ardour_genericmidi"' ]
|
||||
obj.includes = ['.', './generic_midi']
|
||||
obj.name = 'libardour_generic_midi'
|
||||
obj.target = 'ardour_generic_midi'
|
||||
|
|
@ -38,7 +38,7 @@ def build(bld):
|
|||
obj.use = 'libardour libardour_cp libgtkmm2ext libpbd'
|
||||
obj.vnum = LIBARDOUR_GENERIC_MIDI_LIB_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'surfaces')
|
||||
obj.defines = [
|
||||
obj.defines += [
|
||||
'PROGRAM_NAME="' + bld.env['PROGRAM_NAME'] + '"'
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue