mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Disabled deprecated sigc++ API.
git-svn-id: svn://localhost/trunk/ardour2@49 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a0663fbd27
commit
f7b1b0fbbd
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ domain = 'gtk_ardour'
|
|||
|
||||
gtkardour.Append(DOMAIN=domain, MAJOR=1,MINOR=0,MICRO=2)
|
||||
gtkardour.Append(CXXFLAGS="-DPACKAGE=\\\"" + domain + "\\\"")
|
||||
gtkardour.Append(CCFLAGS="-DLIBSIGC_DISABLE_DEPRECATED")
|
||||
gtkardour.Append(PACKAGE=domain)
|
||||
gtkardour.Append(POTFILE=domain + '.pot')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue