diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-09-03 14:41:04 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-09-03 14:41:04 (GMT) |
commit | 231c9dad5af95ab248e46c78eafc4ab3cb985c6a (patch) | |
tree | 8d0f9b64065f54a48d2a94db1967348f7966399e /Source/cmMSDotNETGenerator.cxx | |
parent | e89040f46350e530773284f83a8b9841a885fc91 (diff) | |
download | CMake-231c9dad5af95ab248e46c78eafc4ab3cb985c6a.zip CMake-231c9dad5af95ab248e46c78eafc4ab3cb985c6a.tar.gz CMake-231c9dad5af95ab248e46c78eafc4ab3cb985c6a.tar.bz2 |
BUG: bug for more than one custom commands
Diffstat (limited to 'Source/cmMSDotNETGenerator.cxx')
-rw-r--r-- | Source/cmMSDotNETGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMSDotNETGenerator.cxx b/Source/cmMSDotNETGenerator.cxx index 79e30d5..e412139 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 |