diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-01-23 18:50:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-01-23 18:50:23 (GMT) |
commit | 7f237c51f413a350090e68929eee9f8380c5bcfe (patch) | |
tree | ab344979e827483f3dc063217c7a432f2e1e2b0e /Source/cmGlobalWatcomWMakeGenerator.cxx | |
parent | 5c692ee247bb79eacc71350524d60a19dac80903 (diff) | |
download | CMake-7f237c51f413a350090e68929eee9f8380c5bcfe.zip CMake-7f237c51f413a350090e68929eee9f8380c5bcfe.tar.gz CMake-7f237c51f413a350090e68929eee9f8380c5bcfe.tar.bz2 |
ENH: fix problem with watcom and short paths and -I
Diffstat (limited to 'Source/cmGlobalWatcomWMakeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalWatcomWMakeGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalWatcomWMakeGenerator.cxx b/Source/cmGlobalWatcomWMakeGenerator.cxx index a7c3770..434d217 100644 --- a/Source/cmGlobalWatcomWMakeGenerator.cxx +++ b/Source/cmGlobalWatcomWMakeGenerator.cxx @@ -29,6 +29,7 @@ void cmGlobalWatcomWMakeGenerator::EnableLanguage(std::vector<std::string>const& { // pick a default mf->AddDefinition("WATCOM", "1"); + mf->AddDefinition("CMAKE_QUOTE_INCLUDE_PATHS", "1"); mf->AddDefinition("CMAKE_MANGLE_OBJECT_FILE_NAMES", "1"); mf->AddDefinition("CMAKE_WINDOWS_OBJECT_PATH", "1"); mf->AddDefinition("CMAKE_MAKE_LINE_CONTINUE", "&"); |