mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
#ifdef around debug cout calls. Make sure -DDEBUG is passed to compiler.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2209 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0b53f44373
commit
4b6986816f
6 changed files with 84 additions and 47 deletions
|
|
@ -14,12 +14,16 @@ mackie = env.Copy()
|
|||
|
||||
domain = 'ardour_mackie'
|
||||
|
||||
mackie.Append(DOMAIN = domain, MAJOR = 1, MINOR = 0, MICRO = 0)
|
||||
mackie.Append(DOMAIN = domain, MAJOR = 1, MINOR = 1, MICRO = 0)
|
||||
mackie.Append(CXXFLAGS = "-DPACKAGE=\\\"" + domain + "\\\"")
|
||||
mackie.Append(CXXFLAGS="-DLIBSIGC_DISABLE_DEPRECATED")
|
||||
mackie.Append(PACKAGE = domain)
|
||||
mackie.Append(POTFILE = domain + '.pot')
|
||||
|
||||
if mackie['DEBUG'] == 1:
|
||||
mackie.Append(CXXFLAGS="-DDEBUG")
|
||||
#mackie.Append(CXXFLAGS="-DPORT_DEBUG")
|
||||
|
||||
mackie_files=Split("""
|
||||
interface.cc
|
||||
midi_byte_array.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue