summaryrefslogtreecommitdiffstats
path: root/Source/cmBorlandMakefileGenerator.h
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-12-06 18:32:28 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-12-06 18:32:28 (GMT)
commitdea1309e8d00547c685320606041dd047d2293b2 (patch)
tree74ffc1e7da0193d1a5020fbdc3a6c4c2008be6b5 /Source/cmBorlandMakefileGenerator.h
parent2b8e16e59c3bfe41482820d8d5d0a3ddbbbb3fbf (diff)
downloadCMake-dea1309e8d00547c685320606041dd047d2293b2.zip
CMake-dea1309e8d00547c685320606041dd047d2293b2.tar.gz
CMake-dea1309e8d00547c685320606041dd047d2293b2.tar.bz2
Fix the command quoting pb (remove m_QuoteNextCommand), move ConvertToNativePath to NMake gen
Diffstat (limited to 'Source/cmBorlandMakefileGenerator.h')
-rw-r--r--Source/cmBorlandMakefileGenerator.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmBorlandMakefileGenerator.h b/Source/cmBorlandMakefileGenerator.h
index aa22c39..31ada06 100644
--- a/Source/cmBorlandMakefileGenerator.h
+++ b/Source/cmBorlandMakefileGenerator.h
@@ -102,13 +102,6 @@ protected:
const char* fullpath);
///! return true if the two paths are the same (checks short paths)
virtual bool SamePath(const char* path1, const char* path2);
- virtual std::string ConvertToNativePath(const char* s);
-
-private:
- bool m_QuoteNextCommand; // if this is true, OutputMakeRule
- // will not quote the next commands
- // it is reset to false after each
- // call to OutputMakeRule
};
#endif