]> git.tdb.fi Git - builder.git/commit
Add Symlink target and associated action
authorMikko Rasa <tdb@tdb.fi>
Fri, 5 Feb 2010 21:33:49 +0000 (21:33 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 5 Feb 2010 21:33:49 +0000 (21:33 +0000)
commit05a2b9dabd01414e9e9a91f9d69babaca4ccb32d
tree3e73efbf01489c55d4e0d4ad6d18ccd0cd4fe184
parent20994a6f4802f2dbcf01888d0e1996edf554ade5
Add Symlink target and associated action
More generic mechanism for figuring out real targets behind proxies
Give the -soname option to linker when appropriate
Install libraries with versioned names
15 files changed:
source/binary.cpp
source/builder.cpp
source/component.cpp
source/filetarget.cpp
source/install.cpp
source/install.h
source/link.cpp
source/makesymlink.cpp [new file with mode: 0644]
source/makesymlink.h [new file with mode: 0644]
source/objectfile.cpp
source/sharedlibrary.cpp
source/sharedlibrary.h
source/symlink.cpp [new file with mode: 0644]
source/symlink.h [new file with mode: 0644]
source/target.h