ENH: Expose ConvertToUnixOutputPath
This commit is contained in:
parent
84e65f6a87
commit
214269f095
@ -653,13 +653,14 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user