diff options
Diffstat (limited to 'Source/cmBorlandMakefileGenerator.h')
-rw-r--r-- | Source/cmBorlandMakefileGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmBorlandMakefileGenerator.h b/Source/cmBorlandMakefileGenerator.h index 160944d..738b4a2 100644 --- a/Source/cmBorlandMakefileGenerator.h +++ b/Source/cmBorlandMakefileGenerator.h @@ -61,6 +61,9 @@ protected: virtual std::string GetOutputExtension(const char* sourceExtension); ///! return true if the two paths are the same (checks short paths) virtual bool SamePath(const char* path1, const char* path2); + virtual std::string CreateMakeVariable(const char* s, const char* s2); + std::map<cmStdString, cmStdString> m_MakeVariableMap; + std::map<cmStdString, cmStdString> m_ShortMakeVariableMap; }; #endif |