ENH: Expose ConvertToUnixOutputPath

This commit is contained in:
Andy Cedilnik 2005-05-04 11:12:27 -04:00
parent 84e65f6a87
commit 214269f095
1 changed files with 3 additions and 2 deletions

View File

@ -653,13 +653,14 @@ public:
*/
static kwsys_stl::string GetOperatingSystemNameAndVersion();
protected:
// these two functions can be called from ConvertToOutputPath
/**
* Convert the path to a string that can be used in a unix makefile.
* double slashes are removed, and spaces are escaped.
*/
static kwsys_stl::string ConvertToUnixOutputPath(const char*);
protected:
// these two functions can be called from ConvertToOutputPath
/**
* Convert the path to string that can be used in a windows project or