diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-10-09 17:49:56 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-10-09 17:49:56 (GMT) |
commit | 6ee07d2c1052ad28b65b4fd552580352261e3b62 (patch) | |
tree | 11e6b552c748059d261c27cfedff6d957a8d233c /Source/cmGlobalCodeWarriorGenerator.h | |
parent | 0ccba5a056519dd676fdad80134c5ef59e35f276 (diff) | |
download | CMake-6ee07d2c1052ad28b65b4fd552580352261e3b62.zip CMake-6ee07d2c1052ad28b65b4fd552580352261e3b62.tar.gz CMake-6ee07d2c1052ad28b65b4fd552580352261e3b62.tar.bz2 |
changed name
Diffstat (limited to 'Source/cmGlobalCodeWarriorGenerator.h')
-rw-r--r-- | Source/cmGlobalCodeWarriorGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.h b/Source/cmGlobalCodeWarriorGenerator.h index 884e4b4..cd0e7aa 100644 --- a/Source/cmGlobalCodeWarriorGenerator.h +++ b/Source/cmGlobalCodeWarriorGenerator.h @@ -32,7 +32,7 @@ public: ///! Get the name for the generator. virtual const char* GetName() { return cmGlobalCodeWarriorGenerator::GetActualName();} - static const char* GetActualName() {return "Code Warrior";} + static const char* GetActualName() {return "Code Warrior Not Working";} ///! Create a local generator appropriate to this Global Generator virtual cmLocalGenerator *CreateLocalGenerator(); |