mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
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:
@@ -104,6 +104,12 @@ const std::string& SharedLibrary::getPath() const
|
||||
}
|
||||
|
||||
|
||||
std::string SharedLibrary::prefix()
|
||||
{
|
||||
return prefixImpl();
|
||||
}
|
||||
|
||||
|
||||
std::string SharedLibrary::suffix()
|
||||
{
|
||||
return suffixImpl();
|
||||
|
||||
Reference in New Issue
Block a user