]> git.tdb.fi Git - builder.git/commit
Support building static libraries (but not using them yet)
authorMikko Rasa <tdb@tdb.fi>
Tue, 31 Oct 2006 01:53:40 +0000 (01:53 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 31 Oct 2006 01:53:40 +0000 (01:53 +0000)
commit4fcc283a4bb1f695bd124006906bcdaba053193f
treec2fc748b57a57444167e3a1d4417147a2c9280bd
parent63adab21a6f229f434b41eb59c5718fdc3c37b15
Support building static libraries (but not using them yet)
Separate class SharedLibrary (almost no-op)
Eliminate redundant Component parameter from Link
source/archive.cpp [new file with mode: 0644]
source/archive.h [new file with mode: 0644]
source/builder.cpp
source/executable.cpp
source/executable.h
source/link.cpp
source/link.h
source/sharedlibrary.cpp [new file with mode: 0644]
source/sharedlibrary.h [new file with mode: 0644]
source/staticlibrary.cpp [new file with mode: 0644]
source/staticlibrary.h [new file with mode: 0644]