summaryrefslogtreecommitdiff
path: root/Source/cmGlobalWatcomWMakeGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-02 10:20:53 -0400
committerBrad King <brad.king@kitware.com>2006-10-02 10:20:53 -0400
commite4ec89d0360408cc4ad2bb6428be06749d8b11ba (patch)
tree731bf6a54de529453b4ca6039ba60c6ca49f0537 /Source/cmGlobalWatcomWMakeGenerator.cxx
parentbb01a0d6baa948ca35efc8bed91e48756dd13a20 (diff)
downloadcmake-e4ec89d0360408cc4ad2bb6428be06749d8b11ba.tar.gz
ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system.
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 8fd4b3073f..6f6c8cf88b 100644
--- a/Source/cmGlobalWatcomWMakeGenerator.cxx
+++ b/Source/cmGlobalWatcomWMakeGenerator.cxx
@@ -23,6 +23,7 @@ cmGlobalWatcomWMakeGenerator::cmGlobalWatcomWMakeGenerator()
this->FindMakeProgramFile = "CMakeFindWMake.cmake";
this->ForceUnixPaths = false;
this->ToolSupportsColor = true;
+ this->NeedSymbolicMark = true;
this->EmptyCommandsHack = "@cd .";
}