diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-12-22 20:16:46 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-12-22 20:16:46 (GMT) |
commit | d79e3ae698413b0204c4819db1fbe25486c96fbf (patch) | |
tree | a05dc78d6ff1b7b055d3d5c9b64b92984c69a853 /Source/cmLocalUnixMakefileGenerator.h | |
parent | a5fa6e2fe28ac1457795490ec4d002bd8d5231ef (diff) | |
download | CMake-d79e3ae698413b0204c4819db1fbe25486c96fbf.zip CMake-d79e3ae698413b0204c4819db1fbe25486c96fbf.tar.gz CMake-d79e3ae698413b0204c4819db1fbe25486c96fbf.tar.bz2 |
ENH: move relative path to parent generator class
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h index 7878552..3caf5fd 100644 --- a/Source/cmLocalUnixMakefileGenerator.h +++ b/Source/cmLocalUnixMakefileGenerator.h @@ -233,7 +233,6 @@ protected: void OutputEcho(std::ostream& fout, const char *msg); ///! final processing for a path to be put in a makefile - std::string ConvertToMakefilePath(const char* p); protected: int m_MakefileVariableSize; std::map<cmStdString, cmStdString> m_MakeVariableMap; @@ -243,12 +242,6 @@ protected: std::string m_MakeSilentFlag; std::string m_ExecutableOutputPath; std::string m_LibraryOutputPath; - std::string m_RelativePathToSourceDir; - std::string m_RelativePathToBinaryDir; - std::string m_CurrentOutputDirectory; - std::string m_HomeOutputDirectory; - std::string m_HomeDirectory; - std::string m_HomeOutputDirectoryNoSlash; bool m_WindowsShell; bool m_PassMakeflags; private: |