ENH: Expose ConvertToUnixOutputPath

This commit is contained in:
Andy Cedilnik 2005-05-04 11:12:27 -04:00
parent 84e65f6a87
commit 214269f095

View File

@ -653,14 +653,15 @@ public:
*/ */
static kwsys_stl::string GetOperatingSystemNameAndVersion(); 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. * Convert the path to a string that can be used in a unix makefile.
* double slashes are removed, and spaces are escaped. * double slashes are removed, and spaces are escaped.
*/ */
static kwsys_stl::string ConvertToUnixOutputPath(const char*); 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 * Convert the path to string that can be used in a windows project or
* makefile. Double slashes are removed if they are not at the start of * makefile. Double slashes are removed if they are not at the start of