]> git.tdb.fi Git - builder.git/commit
Refactor package configuration
authorMikko Rasa <tdb@tdb.fi>
Thu, 16 Nov 2006 19:58:57 +0000 (19:58 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 16 Nov 2006 19:58:57 +0000 (19:58 +0000)
commit4f78d9f016482ce1ac7d726852e33e07c090df1b
tree64dfbf45e215bcf84e8c01ac350e5d5ad08dc059
parent74266a6e650f019063cdcd1c9a7bd26d8f99041b
Refactor package configuration
Add --conf-only
Only add xxx_path options for packages that need a path
Add support for using static libraries
Look for library target in the standard paths
Actually put stuff into the include and library caches
Some more comments and cleanup
12 files changed:
source/builder.cpp
source/builder.h
source/component.cpp
source/component.h
source/executable.cpp
source/link.cpp
source/package.cpp
source/package.h
source/sharedlibrary.cpp
source/sharedlibrary.h
source/systemlibrary.cpp [new file with mode: 0644]
source/systemlibrary.h