add std::string SharedLibrary::prefix() for building library name that

complies with Cygwin standard.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE
2015-08-27 08:48:26 +02:00
parent b0989b0828
commit 7f01fbc3db
14 changed files with 62 additions and 4 deletions

View File

@@ -104,6 +104,12 @@ const std::string& SharedLibrary::getPath() const
}
std::string SharedLibrary::prefix()
{
return prefixImpl();
}
std::string SharedLibrary::suffix()
{
return suffixImpl();