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:
@@ -18,6 +18,7 @@ pbd3.Append(POTFILE=domain + '.pot')
|
||||
pbd3_files = Split("""
|
||||
basename.cc
|
||||
base_ui.cc
|
||||
convert.cc
|
||||
dirname.cc
|
||||
dmalloc.cc
|
||||
mountpoint.cc
|
||||
@@ -45,13 +46,9 @@ pbd3 = conf.Finish()
|
||||
|
||||
pbd3.Merge ([ libraries['sigc2'], libraries['xml'] ])
|
||||
|
||||
|
||||
pbd3.VersionBuild(['version.cc','pbd/version.h'], 'SConscript')
|
||||
|
||||
if env['DEVBUILD']:
|
||||
libpbd3 = pbd3.SharedLibrary('pbd', pbd3_files)
|
||||
else:
|
||||
libpbd3 = pbd3.StaticLibrary('pbd', pbd3_files)
|
||||
libpbd3 = pbd3.SharedLibrary('pbd', pbd3_files)
|
||||
|
||||
Default(libpbd3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user