mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 05:29:41 +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:
@@ -98,6 +98,12 @@ const std::string& SharedLibraryImpl::getPathImpl() const
|
||||
}
|
||||
|
||||
|
||||
std::string SharedLibraryImpl::prefixImpl()
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
std::string SharedLibraryImpl::suffixImpl()
|
||||
{
|
||||
#if defined(_DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user