diff options
Diffstat (limited to 'Source/cmBorlandMakefileGenerator2.h')
-rw-r--r-- | Source/cmBorlandMakefileGenerator2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmBorlandMakefileGenerator2.h b/Source/cmBorlandMakefileGenerator2.h index 58fb2fd..f8440fa 100644 --- a/Source/cmBorlandMakefileGenerator2.h +++ b/Source/cmBorlandMakefileGenerator2.h @@ -102,6 +102,8 @@ 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 |