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:
Jiri Malak
2020-04-27 09:19:48 +02:00
committed by Brad King
parent c77353e11c
commit 511a03f933

View File

@@ -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