mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
Remove prefix for the shared library: Foundation/testsuite/TestLibrary
This commit is contained in:
@@ -50,7 +50,7 @@ File prefixByPoco(File binaryFile) {
|
|||||||
if (name.charAt(extensionSeparator - 1) == 'd')
|
if (name.charAt(extensionSeparator - 1) == 'd')
|
||||||
debug = 'd'
|
debug = 'd'
|
||||||
}
|
}
|
||||||
return new File(parent, prefix + "TestLibrary" + debug + suffix)
|
return new File(parent, "TestLibrary" + debug + suffix)
|
||||||
}
|
}
|
||||||
|
|
||||||
return new File(parent, prefix + "Poco" + name);
|
return new File(parent, prefix + "Poco" + name);
|
||||||
|
|||||||
Reference in New Issue
Block a user