From: cascade Date: Fri, 7 Apr 2006 19:58:02 +0000 (+0000) Subject: OCC12131 Improvement of Exception mechanism on Unix and Linux platforms cdl, hxx... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d1566835082f0db61b1bcb15c6e72dec82c653ff;p=occt-wok.git OCC12131 Improvement of Exception mechanism on Unix and Linux platforms cdl, hxx, cxx --- diff --git a/src/WOKMake/WOKMake_BuildProcessIterator.cxx b/src/WOKMake/WOKMake_BuildProcessIterator.cxx index 2519298..d3857a8 100755 --- a/src/WOKMake/WOKMake_BuildProcessIterator.cxx +++ b/src/WOKMake/WOKMake_BuildProcessIterator.cxx @@ -200,6 +200,7 @@ WOKMake_Status WOKMake_BuildProcessIterator::MakeStep() } try { + OCC_CATCH_SIGNALS step->Make();