mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
All included libraries now link dynamically instead of statically.
Moved items from gtk2_ardour/utils to pbd3/convert. Various cleanups. git-svn-id: svn://localhost/trunk/ardour2@475 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bc46c6e5d4
commit
49ab3aa0b3
61 changed files with 387 additions and 281 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# -*- python -*-
|
||||
|
||||
import glob
|
||||
import os
|
||||
|
||||
|
|
@ -12,7 +14,7 @@ glibmm2.Append(CXXFLAGS='-DHAVE_CONFIG_H')
|
|||
#glibmm2.Append(CXXFLAGS='-DG_DISABLE_DEPRECATED')
|
||||
glibmm2.Append(CXXFLAGS='-DG_LOG_DOMAIN=\\\"glibmm\\\"')
|
||||
|
||||
libglibmm2 = glibmm2.StaticLibrary('glibmm2', glibmm2_files)
|
||||
libglibmm2 = glibmm2.SharedLibrary('glibmm2', glibmm2_files)
|
||||
|
||||
if os.path.exists ('CVS'):
|
||||
glibmm2_configure_script = glibmm2.Command ('configure', 'configure.ac', 'cd libs/glibmm2; ./autogen.sh; cd -', ENV=os.environ)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue