From 231c9dad5af95ab248e46c78eafc4ab3cb985c6a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 3 Sep 2002 10:41:04 -0400 Subject: [PATCH] BUG: bug for more than one custom commands --- Source/cmMSDotNETGenerator.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmMSDotNETGenerator.cxx b/Source/cmMSDotNETGenerator.cxx index 79e30d517..e412139b7 100644 --- a/Source/cmMSDotNETGenerator.cxx +++ b/Source/cmMSDotNETGenerator.cxx @@ -1285,6 +1285,7 @@ cmMSDotNETGenerator::CombineCommands(const cmSourceGroup::Commands &commands, totalCommandStr += temp; totalCommandStr += " "; totalCommandStr += c->second.m_Arguments; + totalCommandStr += "\n"; totalCommand.Merge(c->second); } // Create a dummy file with the name of the source if it does