mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
Watcom WMake: Use wmake internal %null command for empty command list
wmake internal command %null realy do "nothing". It is designed to use in command lists.
This commit is contained in:
@@ -19,7 +19,7 @@ cmGlobalWatcomWMakeGenerator::cmGlobalWatcomWMakeGenerator(cmake* cm)
|
||||
#endif
|
||||
this->ToolSupportsColor = true;
|
||||
this->NeedSymbolicMark = true;
|
||||
this->EmptyRuleHackCommand = "@cd .";
|
||||
this->EmptyRuleHackCommand = "@%null";
|
||||
#ifdef _WIN32
|
||||
cm->GetState()->SetWindowsShell(true);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user