summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-08-10 17:02:59 (GMT)
committerBrad King <brad.king@kitware.com>2007-08-10 17:02:59 (GMT)
commitc6092b7e5e9a421d317969eb3230ccdb7acc0065 (patch)
treea7394296387195154730d9fb89324a1c5f52ce23 /Source/cmLocalVisualStudio6Generator.h
parent1fe4220669ba7b7497ac341074c1d56f8f156a02 (diff)
downloadCMake-c6092b7e5e9a421d317969eb3230ccdb7acc0065.zip
CMake-c6092b7e5e9a421d317969eb3230ccdb7acc0065.tar.gz
CMake-c6092b7e5e9a421d317969eb3230ccdb7acc0065.tar.bz2
BUG: Fixed passing of configuration names to GetRealDependency and ConstructScript. Added GetConfigName helper method to do this.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.h')
-rw-r--r--Source/cmLocalVisualStudio6Generator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h
index d97a8db..85dea08 100644
--- a/Source/cmLocalVisualStudio6Generator.h
+++ b/Source/cmLocalVisualStudio6Generator.h
@@ -101,6 +101,8 @@ private:
std::string& options);
std::string IncludeOptions;
std::vector<std::string> Configurations;
+
+ std::string GetConfigName(std::string const& configuration) const;
};
#endif