]> git.tdb.fi Git - builder.git/commit
Move class PackageRef to its own files
authorMikko Rasa <tdb@tdb.fi>
Mon, 25 Sep 2006 10:58:41 +0000 (10:58 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 25 Sep 2006 10:58:41 +0000 (10:58 +0000)
commitf1c967215e6b08095bdf07518472beca3067ec37
tree41529ca24b1e13e87036cd301a92136ade981d7b
parent683301f94f4a3c5b7e2a7f21087f4185b07c4858
Move class PackageRef to its own files
Implement --dry-run
Add support for alternate build files (--file)
Implement --what-if for a single target
Change default behavior to be no build when analyzing and implement --build to override this
Hash the search paths for get_header and get_library
Add conf_all option
Make bootstrap.sh canonicalize library path
13 files changed:
bootstrap.sh
source/builder.cpp
source/builder.h
source/compile.cpp
source/copy.cpp
source/copy.h
source/externalaction.cpp
source/externalaction.h
source/link.cpp
source/package.cpp
source/package.h
source/packageref.cpp [new file with mode: 0644]
source/packageref.h [new file with mode: 0644]