From 5d632330b6bf4b1354df76373343aaa57aa09c94 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sat, 26 Aug 2006 10:22:23 -0400 Subject: [PATCH] STYLE: Fixed line-too-long. --- Source/cmLocalVisualStudio7Generator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 5de5f2fc5..b2b983e61 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -1323,7 +1323,7 @@ WriteCustomRule(std::ostream& fout, for(std::vector::const_iterator d = depends.begin(); d != depends.end(); ++d) { - // Lookup the real name of the dependency in case it is a CMake target. + // Get the real name of the dependency in case it is a CMake target. std::string dep = this->GetRealDependency(d->c_str(), i->c_str()); fout << this->ConvertToXMLOutputPath(dep.c_str()) << ";";