move to scons Clone everywhere rather than Copy; add Session::micro_locate() for ongoing work on video sync; debugging output for export precision problem; minor clean up to IO::find_possible_connection(); fix up a few signed/unsigned issues; make "feature lines" always be the right height as tracks resize; change version to 2.5

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3517 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-07-07 15:52:22 +00:00
parent 3be87c2c91
commit dda3143dc7
33 changed files with 111 additions and 60 deletions

View file

@ -8,7 +8,7 @@ import glob
fst_src = glob.glob('*.c')
Import('env install_prefix')
fst = env.Copy(CC="winegcc")
fst = env.Clone(CC="winegcc")
fst.Append (CPPPATH=".")
if fst['VST']: