summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-02-13 00:49:52 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-02-13 00:49:52 (GMT)
commitdb267f533b9ac63db78559e9d3cb39a6db090770 (patch)
treec1d9cbee32d5de1e522e2c2ab5503ec82fb39f2c /Source/cmMakefile.h
parent9d431ae48b0912454405d5eaabf7ce11561fd4ec (diff)
downloadCMake-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.h7
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;