#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:
John Anderson 2007-08-01 09:48:42 +00:00
parent 0b53f44373
commit 4b6986816f
6 changed files with 84 additions and 47 deletions

View file

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