]> git.tdb.fi Git - builder.git/commit
Builder can build itself now.
authorMikko Rasa <tdb@tdb.fi>
Sun, 27 Aug 2006 21:09:00 +0000 (21:09 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 27 Aug 2006 21:09:00 +0000 (21:09 +0000)
commit59ac0a44d6edf179c01604c6ced744873213f855
treebbb25d61100edeab04faf04f35cb1e3a1505f498
parent4dc31cca056ea293d320928f61fef0558089d32d
Builder can build itself now.
32 files changed:
Build
source/action.cpp [new file with mode: 0644]
source/action.h [new file with mode: 0644]
source/builder.cpp
source/builder.h
source/buildinfo.cpp [new file with mode: 0644]
source/buildinfo.h
source/compile.cpp [new file with mode: 0644]
source/compile.h [new file with mode: 0644]
source/component.cpp
source/component.h
source/config.cpp [new file with mode: 0644]
source/config.h [new file with mode: 0644]
source/executable.cpp
source/executable.h
source/externalaction.cpp [new file with mode: 0644]
source/externalaction.h [new file with mode: 0644]
source/install.h [new file with mode: 0644]
source/link.cpp [new file with mode: 0644]
source/link.h [new file with mode: 0644]
source/objectfile.cpp
source/objectfile.h
source/option.cpp [new file with mode: 0644]
source/option.h [new file with mode: 0644]
source/package.cpp
source/package.h
source/sourcefile.cpp
source/sourcefile.h
source/target.cpp
source/target.h
source/virtualtarget.cpp [new file with mode: 0644]
source/virtualtarget.h