]> git.tdb.fi Git - builder.git/commit
Move nested build signature creation to FileTarget
authorMikko Rasa <tdb@tdb.fi>
Wed, 25 Sep 2013 17:19:57 +0000 (20:19 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 25 Sep 2013 19:31:35 +0000 (22:31 +0300)
commit8575b50479945c3ad6ab0e4ea7eb116da5b5f04d
treefce44a73992bd17d166f37b9afdba65eec1c5fe5
parent000deb52a1374bcedfec5d201c53c1842438ceba
Move nested build signature creation to FileTarget

This way the same code can be used by different target classes that need
it.  In particular, both Binary and StaticLibrary need nested signatures,
and FileTerget is their closest common base.
source/binary.cpp
source/binary.h
source/filetarget.cpp
source/filetarget.h
source/staticlibrary.cpp