ENH: allow duplicate commands with the same output to be reduced automatically to one command

This commit is contained in:
Bill Hoffman
2003-06-04 13:42:42 -04:00
parent 3154a6649a
commit fc0a916eee
4 changed files with 43 additions and 12 deletions
+1 -1
View File
@@ -951,7 +951,7 @@ void cmLocalVisualStudio7Generator::WriteVCProjEndGroup(std::ostream& fout)
// look for custom rules on a target and collect them together
void cmLocalVisualStudio7Generator::OutputTargetRules(std::ostream& fout,
const cmTarget &target,
const char */* libName */)
const char * /* libName */)
{
if (target.GetType() > cmTarget::UTILITY)
{