use lower case and not short path for uniq paths on window

This commit is contained in:
Bill Hoffman
2002-06-11 14:25:44 -04:00
parent 9ed9bffa6f
commit 344a7cff8d
4 changed files with 18 additions and 9 deletions
+7
View File
@@ -169,6 +169,13 @@ protected:
return std::string(s) + std::string(s2);
}
///! if the OS is case insensitive then return a lower case of the path.
virtual std::string LowerCasePath(const char* path)
{
return std::string(path);
}
protected:
std::string m_ExecutableOutputPath;
std::string m_LibraryOutputPath;