mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +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
|
||||
|
||||
|
|
@ -7,7 +9,7 @@ Import('env libraries')
|
|||
pangomm = env.Copy()
|
||||
pangomm.Merge([libraries['glibmm2'], libraries['pango'], libraries['sigc2']])
|
||||
|
||||
libpangomm = pangomm.StaticLibrary('pangomm', pangomm_files)
|
||||
libpangomm = pangomm.SharedLibrary('pangomm', pangomm_files)
|
||||
Default(libpangomm)
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue