diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-11 14:40:28 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-11 14:40:28 (GMT) |
commit | b8483cf10905814078693a58f0c3c7e56af7006f (patch) | |
tree | 75b247d243dc78c5f377c802f8d1a64eab0e9c07 /Source/cmGlobalNMakeMakefileGenerator.cxx | |
parent | 5e68642d164f1634f3df452df8930b0ef163d3a1 (diff) | |
download | CMake-b8483cf10905814078693a58f0c3c7e56af7006f.zip CMake-b8483cf10905814078693a58f0c3c7e56af7006f.tar.gz CMake-b8483cf10905814078693a58f0c3c7e56af7006f.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNMakeMakefileGenerator.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx index 3784a80..bfb09db 100644 --- a/Source/cmGlobalNMakeMakefileGenerator.cxx +++ b/Source/cmGlobalNMakeMakefileGenerator.cxx @@ -25,8 +25,8 @@ cmGlobalNMakeMakefileGenerator::cmGlobalNMakeMakefileGenerator() this->ToolSupportsColor = true; } -void cmGlobalNMakeMakefileGenerator::EnableLanguage(std::vector<std::string>const& l, - cmMakefile *mf) +void cmGlobalNMakeMakefileGenerator +::EnableLanguage(std::vector<std::string>const& l, cmMakefile *mf) { // pick a default mf->AddDefinition("CMAKE_GENERATOR_CC", "cl"); @@ -50,7 +50,8 @@ cmLocalGenerator *cmGlobalNMakeMakefileGenerator::CreateLocalGenerator() } //---------------------------------------------------------------------------- -void cmGlobalNMakeMakefileGenerator::GetDocumentation(cmDocumentationEntry& entry) const +void cmGlobalNMakeMakefileGenerator +::GetDocumentation(cmDocumentationEntry& entry) const { entry.name = this->GetName(); entry.brief = "Generates NMake makefiles."; |