Merge topic 'watcom-no-prompt'

abd2b36 Watcom: Suppress WMake interactive prompt on error
This commit is contained in:
Brad King 2013-11-26 09:37:52 -05:00 committed by CMake Topic Stage
commit 9498344c9d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ cmLocalGenerator *cmGlobalWatcomWMakeGenerator::CreateLocalGenerator()
lg->SetDefineWindowsNULL(true); lg->SetDefineWindowsNULL(true);
lg->SetWindowsShell(true); lg->SetWindowsShell(true);
lg->SetWatcomWMake(true); lg->SetWatcomWMake(true);
lg->SetMakeSilentFlag("-s -h"); lg->SetMakeSilentFlag("-s -h -e");
lg->SetGlobalGenerator(this); lg->SetGlobalGenerator(this);
lg->SetIgnoreLibPrefix(true); lg->SetIgnoreLibPrefix(true);
lg->SetPassMakeflags(false); lg->SetPassMakeflags(false);