mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -17,10 +17,7 @@ Import('env')
|
|||
st = env.Copy()
|
||||
st.Append(CCFLAGS="-DHAVE_CONFIG_H -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE")
|
||||
|
||||
if env['DEVBUILD']:
|
||||
libst = st.SharedLibrary('soundtouch', soundtouch_files)
|
||||
else:
|
||||
libst = st.StaticLibrary('soundtouch', soundtouch_files)
|
||||
libst = st.SharedLibrary('soundtouch', soundtouch_files)
|
||||
|
||||
Default(libst)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue