mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +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
|
|
@ -35,7 +35,7 @@ src/Module.cpp
|
|||
src/Port.cpp
|
||||
""")
|
||||
|
||||
libflowcanvas = flowcanvas.StaticLibrary('flowcanvas', flowcanvas_files)
|
||||
libflowcanvas = flowcanvas.SharedLibrary('flowcanvas', flowcanvas_files)
|
||||
|
||||
Default(libflowcanvas)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue