summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/linkCommon/LoadableModule.py
Commit message (Collapse)AuthorAgeFilesLines
* fix copyright text, remove SHDLIBVERSION entirely. Never worked before, and ↵William Deegan2021-01-151-0/+23
| | | | doesn't make sense. Use SHLIBVERSION instead. TODO: Fix soname generation for command line
* Fix typo in gdc. Swap out subst logic with python function to calculate ↵William Deegan2020-12-211-2/+13
| | | | .LDMODULEVERSION vs ''
* Fix versioned shared library naming so numbering is after SHLIBSUFFIX. ↵William Deegan2020-12-211-3/+3
| | | | Handle the case where the library name and the SONAME match and don't symlink them together
* initial checkin of versioned shared library rewriteWilliam Deegan2020-12-211-0/+97