mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
fix for long lines with post build rules
This commit is contained in:
@@ -664,7 +664,7 @@ cmLocalVisualStudio6Generator::CreateTargetRules(const cmTarget &target,
|
||||
}
|
||||
else
|
||||
{
|
||||
customRuleCode += "\t";
|
||||
customRuleCode += "\\\n\t";
|
||||
}
|
||||
customRuleCode += this->ConvertToRelativeOutputPath(cc.GetCommand().c_str()) + " " + cc.GetArguments();
|
||||
}
|
||||
@@ -683,7 +683,7 @@ cmLocalVisualStudio6Generator::CreateTargetRules(const cmTarget &target,
|
||||
}
|
||||
else
|
||||
{
|
||||
customRuleCode += "\t";
|
||||
customRuleCode += "\\\n\t";
|
||||
}
|
||||
customRuleCode += this->ConvertToRelativeOutputPath(cc.GetCommand().c_str()) + " " + cc.GetArguments();
|
||||
}
|
||||
@@ -704,7 +704,7 @@ cmLocalVisualStudio6Generator::CreateTargetRules(const cmTarget &target,
|
||||
}
|
||||
else
|
||||
{
|
||||
customRuleCode += "\t";
|
||||
customRuleCode += "\\\n\t";
|
||||
}
|
||||
customRuleCode +=
|
||||
this->ConvertToRelativeOutputPath(cc.GetCommand().c_str()) +
|
||||
|
||||
Reference in New Issue
Block a user