BUG: Need to compute the correct versioned name for executables on cygwin. This addresses bug#5238.

This commit is contained in:
Brad King
2007-06-27 16:10:39 -04:00
parent cfe9fda9fe
commit c0d3ab2d2b
2 changed files with 28 additions and 20 deletions

View File

@@ -159,7 +159,8 @@ protected:
bool HandleRelativePathCommand(std::vector<std::string> const& args);
bool HandleCMakePathCommand(std::vector<std::string> const& args,
bool nativePath);
void ComputeVersionedName(std::string& name, const char* version);
void ComputeVersionedLibName(std::string& name, const char* version);
void ComputeVersionedExeName(std::string& name, const char* version);
// FILE(INSTALL ...) related functions
bool HandleInstallCommand(std::vector<std::string> const& args);