BUG: fix put/get env problems

This commit is contained in:
Bill Hoffman
2004-01-26 13:32:46 -05:00
parent dd7f85a9dc
commit 222e9a2876
6 changed files with 58 additions and 69 deletions
+4
View File
@@ -256,6 +256,10 @@ public:
static std::string RelativePath(const char* local, const char* remote);
///! split a path by separator into an array of strings, default is /
static std::vector<cmStdString> SplitString(const char* s, char separator = '/');
/** put a string into the environment
of the form var=value */
static bool PutEnv(const char* value);
private:
static bool s_ForceUnixPaths;
static bool s_RunCommandHideConsole;