diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-10-09 17:30:54 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-10-09 17:30:54 (GMT) |
commit | 5cef592bb1a25000007202a5a37606e819af563d (patch) | |
tree | e00f613af4760a6a4c07ed37c221aa669a10e8ac /Source/cmGlobalCodeWarriorGenerator.cxx | |
parent | ea87271c4a4e534772d7d8f14b70b6fd8ac648be (diff) | |
download | CMake-5cef592bb1a25000007202a5a37606e819af563d.zip CMake-5cef592bb1a25000007202a5a37606e819af563d.tar.gz CMake-5cef592bb1a25000007202a5a37606e819af563d.tar.bz2 |
some updates
Diffstat (limited to 'Source/cmGlobalCodeWarriorGenerator.cxx')
-rw-r--r-- | Source/cmGlobalCodeWarriorGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.cxx b/Source/cmGlobalCodeWarriorGenerator.cxx index 0d6fb6d..b2e0a98 100644 --- a/Source/cmGlobalCodeWarriorGenerator.cxx +++ b/Source/cmGlobalCodeWarriorGenerator.cxx @@ -46,7 +46,7 @@ int cmGlobalCodeWarriorGenerator::TryCompile(const char *, const char *targetName, std::string *output) { - return 1; + return 1; } ///! Create a local generator appropriate to this Global Generator @@ -279,6 +279,7 @@ void cmGlobalCodeWarriorGenerator::WriteGroupList(std::ostream& fout) static_cast<cmLocalCodeWarriorGenerator *>(m_LocalGenerators[i])->WriteGroups(fout); } + fout << "</GROUPLIST>\n"; } |