summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalCodeWarriorGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-10-04 15:42:16 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-10-04 15:42:16 (GMT)
commitbdfa41a4a6c0e87417bb5a0fc26edb2f42e08274 (patch)
tree32cadf967e12459cf4bc2806365e7b3bd63c898c /Source/cmGlobalCodeWarriorGenerator.cxx
parent564074b06c909626b4e048daee25c40142a1ebee (diff)
downloadCMake-bdfa41a4a6c0e87417bb5a0fc26edb2f42e08274.zip
CMake-bdfa41a4a6c0e87417bb5a0fc26edb2f42e08274.tar.gz
CMake-bdfa41a4a6c0e87417bb5a0fc26edb2f42e08274.tar.bz2
updates
Diffstat (limited to 'Source/cmGlobalCodeWarriorGenerator.cxx')
-rw-r--r--Source/cmGlobalCodeWarriorGenerator.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.cxx b/Source/cmGlobalCodeWarriorGenerator.cxx
index f0e51bc..0d6fb6d 100644
--- a/Source/cmGlobalCodeWarriorGenerator.cxx
+++ b/Source/cmGlobalCodeWarriorGenerator.cxx
@@ -272,6 +272,13 @@ void cmGlobalCodeWarriorGenerator::WriteGroupList(std::ostream& fout)
{
fout << "<GROUPLIST>\n";
+ unsigned int i;
+ // for each local generator
+ for (i = 0; i < m_LocalGenerators.size(); ++i)
+ {
+ static_cast<cmLocalCodeWarriorGenerator *>(m_LocalGenerators[i])->WriteGroups(fout);
+ }
+
fout << "</GROUPLIST>\n";
}