]> git.tdb.fi Git - builder.git/commit
Improve Builder::get_header
authorMikko Rasa <tdb@tdb.fi>
Sat, 22 Sep 2007 13:43:48 +0000 (13:43 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 22 Sep 2007 13:43:48 +0000 (13:43 +0000)
commit76be6f9f3d6ed0b39044938fa7e424284627eac5
tree6f851e429838939de688ab32b498e5b09b3ad256
parent0b708b1f8b8f634f708ea127e159b0ca3cbc22a6
Improve Builder::get_header
Move problem reporting later so --analyze can be used even if there are problems
Do not crash on missing requires in a condition
Make include and library paths in components absolute by using package source path
source/builder.cpp
source/component.cpp
source/sourcepackage.cpp