diff options
Diffstat (limited to 'Source/cmNMakeMakefileGenerator.h')
-rw-r--r-- | Source/cmNMakeMakefileGenerator.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmNMakeMakefileGenerator.h b/Source/cmNMakeMakefileGenerator.h index 424aaef..e71abe9 100644 --- a/Source/cmNMakeMakefileGenerator.h +++ b/Source/cmNMakeMakefileGenerator.h @@ -103,7 +103,9 @@ protected: virtual void OutputBuildLibraryInDir(std::ostream& fout, const char* path, const char* library, - const char* fullpath); + const char* fullpath); + ///! return true if the two paths are the same (checks short paths) + virtual bool SamePath(const char* path1, const char* path2); private: bool m_QuoteNextCommand; // if this is true, OutputMakeRule // will not quote the next commands |