mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Merged timbyr's win32 branch. -r 547:566.
git-svn-id: svn://localhost/ardour2/trunk@567 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
55ba7c46c6
commit
9fdc36bac5
121 changed files with 755 additions and 3237 deletions
|
|
@ -21,7 +21,6 @@ pbd3_files = Split("""
|
|||
basename.cc
|
||||
base_ui.cc
|
||||
convert.cc
|
||||
dirname.cc
|
||||
dmalloc.cc
|
||||
mountpoint.cc
|
||||
pathscanner.cc
|
||||
|
|
@ -33,7 +32,6 @@ strsplit.cc
|
|||
textreceiver.cc
|
||||
transmitter.cc
|
||||
undo.cc
|
||||
unescape.cc
|
||||
version.cc
|
||||
whitespace.cc
|
||||
xml++.cc
|
||||
|
|
@ -46,7 +44,7 @@ if conf.CheckCHeader('execinfo.h'):
|
|||
conf.env.Append(CXXFLAGS="-DHAVE_EXECINFO")
|
||||
pbd3 = conf.Finish()
|
||||
|
||||
pbd3.Merge ([ libraries['sigc2'], libraries['xml'] ])
|
||||
pbd3.Merge ([ libraries['sigc2'], libraries['xml'], libraries['glibmm2'], libraries['glib2'] ])
|
||||
|
||||
pbd3.VersionBuild(['version.cc','pbd/version.h'], 'SConscript')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue