STYLE: fix link lenght issue

This commit is contained in:
Bill Hoffman 2007-01-15 12:12:56 -05:00
parent df6d0ab8b9
commit cc2364f559
1 changed files with 4 additions and 2 deletions

View File

@ -627,11 +627,13 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(std::ostream& fout,
fout << "\t\t</Configuration>\n"; fout << "\t\t</Configuration>\n";
} }
void cmLocalVisualStudio7Generator::ReplaceFlagSetMap(std::string& flags, void cmLocalVisualStudio7Generator::ReplaceFlagSetMap(std::string& flags,
cmVS7FlagTable* flagTable, cmVS7FlagTable*
flagTable,
std::map<cmStdString, std::map<cmStdString,
cmStdString>& flagMap, cmStdString>& flagMap,
std::string& option, std::string& option,
std::string::size_type pos) std::string::size_type
pos)
{ {
std::string value = flagTable->value; std::string value = flagTable->value;
if(strcmp(flagTable->comment, "USER_VALUE") == 0) if(strcmp(flagTable->comment, "USER_VALUE") == 0)