]> git.tdb.fi Git - builder.git/commit
Split Binary filename generation to Executable and SharedLibrary
authorMikko Rasa <tdb@tdb.fi>
Sun, 6 May 2012 11:48:46 +0000 (14:48 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 8 Jul 2012 21:08:50 +0000 (00:08 +0300)
commit2606b03da59dc10e3826b833a2fceb0831d79972
tree8e0a0af1207c8a85768891d8532dd3b77f4ff8ef
parentdc4b917034c9d3718f07139e2f0f3631a080c6f3
Split Binary filename generation to Executable and SharedLibrary
Use architecture patterns to generate executable and library names
source/binary.cpp
source/binary.h
source/executable.cpp
source/executable.h
source/sharedlibrary.cpp
source/sharedlibrary.h
source/staticlibrary.cpp