Merge topic 'watcom-no-prompt'
abd2b36
Watcom: Suppress WMake interactive prompt on error
This commit is contained in:
commit
9498344c9d
|
@ -47,7 +47,7 @@ cmLocalGenerator *cmGlobalWatcomWMakeGenerator::CreateLocalGenerator()
|
|||
lg->SetDefineWindowsNULL(true);
|
||||
lg->SetWindowsShell(true);
|
||||
lg->SetWatcomWMake(true);
|
||||
lg->SetMakeSilentFlag("-s -h");
|
||||
lg->SetMakeSilentFlag("-s -h -e");
|
||||
lg->SetGlobalGenerator(this);
|
||||
lg->SetIgnoreLibPrefix(true);
|
||||
lg->SetPassMakeflags(false);
|
||||
|
|
Loading…
Reference in New Issue