]> git.tdb.fi Git - builder.git/commit
Add command line options (not all of them work yet)
authorMikko Rasa <tdb@tdb.fi>
Thu, 31 Aug 2006 14:03:51 +0000 (14:03 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 31 Aug 2006 14:03:51 +0000 (14:03 +0000)
commit0d80cabf649b931b26e7055385156c75a7385d35
tree1aafc62e19682e3b44a4e2dad03925749008bc58
parent97001ddfa2463e6a3526eff772962acdad45f995
Add command line options (not all of them work yet)
Make object files depend on all included headers
Support multiple source directories per component
Support installing files
Make executables depend on all required libraries
Add analyzer
Enhance and clean up normal output
Support parallel builds
Add component type headers
Add bootstrap.sh for initial build
Add Readme.txt
27 files changed:
Build
Readme.txt [new file with mode: 0644]
bootstrap.sh [new file with mode: 0755]
source/analyzer.cpp [new file with mode: 0644]
source/analyzer.h [new file with mode: 0644]
source/builder.cpp
source/builder.h
source/component.cpp
source/component.h
source/copy.cpp [new file with mode: 0644]
source/copy.h
source/executable.cpp
source/executable.h
source/install.cpp [new file with mode: 0644]
source/install.h [new file with mode: 0644]
source/link.cpp
source/misc.h
source/objectfile.cpp
source/objectfile.h
source/package.cpp
source/package.h
source/sourcefile.cpp
source/sourcefile.h
source/systemlibrary.h [new file with mode: 0644]
source/target.cpp
source/target.h
source/virtualtarget.cpp