diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 20:05:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 20:05:58 (GMT) |
commit | 401922e04ba57d5672abf1cb112f79018e0e8f74 (patch) | |
tree | 8090820877bfcc6a26f39c2de0d6d2c7d1c05292 /Source/cmGlobalWatcomWMakeGenerator.cxx | |
parent | b22a464bcc91e813e2df573ea9c935354fa4b0f0 (diff) | |
download | CMake-401922e04ba57d5672abf1cb112f79018e0e8f74.zip CMake-401922e04ba57d5672abf1cb112f79018e0e8f74.tar.gz CMake-401922e04ba57d5672abf1cb112f79018e0e8f74.tar.bz2 |
ENH: merge changes from main tree
Diffstat (limited to 'Source/cmGlobalWatcomWMakeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalWatcomWMakeGenerator.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmGlobalWatcomWMakeGenerator.cxx b/Source/cmGlobalWatcomWMakeGenerator.cxx index 3e19c9e..8fd4b30 100644 --- a/Source/cmGlobalWatcomWMakeGenerator.cxx +++ b/Source/cmGlobalWatcomWMakeGenerator.cxx @@ -26,8 +26,8 @@ cmGlobalWatcomWMakeGenerator::cmGlobalWatcomWMakeGenerator() this->EmptyCommandsHack = "@cd ."; } -void cmGlobalWatcomWMakeGenerator::EnableLanguage(std::vector<std::string>const& l, - cmMakefile *mf) +void cmGlobalWatcomWMakeGenerator +::EnableLanguage(std::vector<std::string>const& l, cmMakefile *mf) { // pick a default mf->AddDefinition("WATCOM", "1"); @@ -60,7 +60,8 @@ cmLocalGenerator *cmGlobalWatcomWMakeGenerator::CreateLocalGenerator() } //---------------------------------------------------------------------------- -void cmGlobalWatcomWMakeGenerator::GetDocumentation(cmDocumentationEntry& entry) const +void cmGlobalWatcomWMakeGenerator +::GetDocumentation(cmDocumentationEntry& entry) const { entry.name = this->GetName(); entry.brief = "Generates Watcom WMake makefiles."; |