]> git.tdb.fi Git - builder.git/commit
Add files.
authorMikko Rasa <tdb@tdb.fi>
Sun, 27 Aug 2006 12:45:01 +0000 (12:45 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 27 Aug 2006 12:45:01 +0000 (12:45 +0000)
commit4dc31cca056ea293d320928f61fef0558089d32d
tree036c111f5aa48d53d99c21657c761d32d27f2432
parent21367baffe1df0db94d3cddf2c181114d911b26d
Add files.
Doesn't build anything yet.
20 files changed:
Build [new file with mode: 0644]
source/builder.cpp [new file with mode: 0644]
source/builder.h [new file with mode: 0644]
source/buildinfo.h [new file with mode: 0644]
source/component.cpp [new file with mode: 0644]
source/component.h [new file with mode: 0644]
source/executable.cpp [new file with mode: 0644]
source/executable.h [new file with mode: 0644]
source/header.h [new file with mode: 0644]
source/misc.cpp [new file with mode: 0644]
source/misc.h [new file with mode: 0644]
source/objectfile.cpp [new file with mode: 0644]
source/objectfile.h [new file with mode: 0644]
source/package.cpp [new file with mode: 0644]
source/package.h [new file with mode: 0644]
source/sourcefile.cpp [new file with mode: 0644]
source/sourcefile.h [new file with mode: 0644]
source/target.cpp [new file with mode: 0644]
source/target.h [new file with mode: 0644]
source/virtualtarget.h [new file with mode: 0644]