summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalWatcomWMakeGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-04-13 14:15:48 (GMT)
committerBrad King <brad.king@kitware.com>2006-04-13 14:15:48 (GMT)
commitb323c3f51cc4caf7f8c26f86ba3dd4a08e964c4b (patch)
treee0105163011be2cb5f379d8920b840497e66100b /Source/cmGlobalWatcomWMakeGenerator.cxx
parentbfaff96645276d93be9d509adfec7ff811402427 (diff)
downloadCMake-b323c3f51cc4caf7f8c26f86ba3dd4a08e964c4b.zip
CMake-b323c3f51cc4caf7f8c26f86ba3dd4a08e964c4b.tar.gz
CMake-b323c3f51cc4caf7f8c26f86ba3dd4a08e964c4b.tar.bz2
BUG: Work-around Watcom WMake limitation for multiple-output custom command support.
Diffstat (limited to 'Source/cmGlobalWatcomWMakeGenerator.cxx')
-rw-r--r--Source/cmGlobalWatcomWMakeGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalWatcomWMakeGenerator.cxx b/Source/cmGlobalWatcomWMakeGenerator.cxx
index fd3af68..a040484 100644
--- a/Source/cmGlobalWatcomWMakeGenerator.cxx
+++ b/Source/cmGlobalWatcomWMakeGenerator.cxx
@@ -23,6 +23,7 @@ cmGlobalWatcomWMakeGenerator::cmGlobalWatcomWMakeGenerator()
this->FindMakeProgramFile = "CMakeFindWMake.cmake";
this->ForceUnixPaths = false;
this->ToolSupportsColorVT100 = false;
+ this->EmptyCommandsHack = "@cd .";
}
void cmGlobalWatcomWMakeGenerator::EnableLanguage(std::vector<std::string>const& l,