diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-13 00:49:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-13 00:49:52 (GMT) |
commit | db267f533b9ac63db78559e9d3cb39a6db090770 (patch) | |
tree | c1d9cbee32d5de1e522e2c2ab5503ec82fb39f2c /Source/cmMakefile.h | |
parent | 9d431ae48b0912454405d5eaabf7ce11561fd4ec (diff) | |
download | CMake-db267f533b9ac63db78559e9d3cb39a6db090770.zip CMake-db267f533b9ac63db78559e9d3cb39a6db090770.tar.gz CMake-db267f533b9ac63db78559e9d3cb39a6db090770.tar.bz2 |
ENH: get rid of special msc configure file
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index c1a6980..ff16c9d 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -306,6 +306,13 @@ public: */ int DumpDocumentationToFile(const char *fileName); + /** + * Expand all defined varibles in the string. + * Defined varibles come from the m_Definitions map. + * They are expanded with ${var} where var is the + * entry in the m_Definitions map. + */ + void ExpandVariblesInString(std::string& source); protected: bool m_Executables; std::string m_Prefix; |