Rolling back symbolic path changes until it works on Windows.

This commit is contained in:
Amitha Perera
2002-01-07 15:49:07 -05:00
parent 8f1b833759
commit b2085d7e9d
4 changed files with 47 additions and 121 deletions
-13
View File
@@ -254,16 +254,6 @@ public:
std::string& file);
static std::string CollapseFullPath(const char*);
/**
* all file path prefixes matching \arg from will be replaced by
* \arg to. Affects the return value of CollapseFullPath and
* GetCurrentWorkingDirectory.
*/
static void AddPathTranslation( const std::string& from, const std::string& to );
///! Apply the current path translations to \arg path.
static void ApplyPathTranslation( std::string& path );
///! return path of a full filename (no trailing slashes).
static std::string GetFilenamePath(const std::string&);
@@ -305,9 +295,6 @@ private:
static bool s_DisableMessages;
static bool s_DisableRunCommandOutput;
static ErrorCallback s_ErrorCallback;
typedef std::map<cmStdString, cmStdString> PathMap;
static PathMap s_PathMap;
};