diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-11 11:47:03 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-11 11:47:03 -0400 |
commit | bf0cb4d49a325d680aab2b3e446fe5c048bb3f10 (patch) | |
tree | 048a22fb77c5d760aaf548872cdf5af9b181e9a4 /Source/cmGlobalVisualStudio8Win64Generator.cxx | |
parent | 039ec75730f46470d7c728a1044acfbce366522a (diff) | |
download | cmake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.tar.gz |
STYLE: fix line length
Diffstat (limited to 'Source/cmGlobalVisualStudio8Win64Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio8Win64Generator.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio8Win64Generator.cxx b/Source/cmGlobalVisualStudio8Win64Generator.cxx index 5408a0c5ea..2571704c06 100644 --- a/Source/cmGlobalVisualStudio8Win64Generator.cxx +++ b/Source/cmGlobalVisualStudio8Win64Generator.cxx @@ -38,15 +38,17 @@ cmLocalGenerator *cmGlobalVisualStudio8Win64Generator::CreateLocalGenerator() } //---------------------------------------------------------------------------- -void cmGlobalVisualStudio8Win64Generator::GetDocumentation(cmDocumentationEntry& entry) const +void cmGlobalVisualStudio8Win64Generator +::GetDocumentation(cmDocumentationEntry& entry) const { entry.name = this->GetName(); entry.brief = "Generates Visual Studio .NET 2005 Win64 project files."; entry.full = ""; } -void cmGlobalVisualStudio8Win64Generator::EnableLanguage(std::vector<std::string>const & lang, - cmMakefile *mf) +void cmGlobalVisualStudio8Win64Generator +::EnableLanguage(std::vector<std::string>const & lang, + cmMakefile *mf) { mf->AddDefinition("CMAKE_FORCE_WIN64", "TRUE"); cmGlobalVisualStudio8Generator::EnableLanguage(lang, mf); |