Correct KWStyle line too long error

This commit is contained in:
David Cole 2011-07-19 11:33:01 -04:00
parent 0c030ef72c
commit 74c73d5fa0
1 changed files with 2 additions and 1 deletions

View File

@ -2403,7 +2403,8 @@ void cmGlobalXCodeGenerator
{
if(this->XcodeVersion > 15)
{
// now add the same one but append $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to it:
// Now add the same one but append
// $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to it:
linkDirs += " ";
linkDirs += this->XCodeEscapePath(
(*libDir + "/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)").c_str());