From: cas Date: Fri, 9 Jun 2000 14:09:51 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d0245ed90473cc137d27561126f36ca202e267b2;p=occt-wok.git No comments --- diff --git a/src/WOKDeliv/WOKDeliv_CMPLRS.edl b/src/WOKDeliv/WOKDeliv_CMPLRS.edl index 64ebe2d..7cbfc03 100755 --- a/src/WOKDeliv/WOKDeliv_CMPLRS.edl +++ b/src/WOKDeliv/WOKDeliv_CMPLRS.edl @@ -10,4 +10,10 @@ @string %CMPLRS_C_Options = %CMPLRS_C_Options " -Ae"; @endif; +@if ( %Station == "lin" ) then + @if ( %DebugMode == "False" ) then + @set %CMPLRS_C_ModeOpt = " -O2 -DNo_Exception "; + @endif; +@endif; + @endif; diff --git a/src/WOKDeliv/WOKDeliv_DeliveryList.lxx b/src/WOKDeliv/WOKDeliv_DeliveryList.lxx index 40e1d51..b1f98e0 100755 --- a/src/WOKDeliv/WOKDeliv_DeliveryList.lxx +++ b/src/WOKDeliv/WOKDeliv_DeliveryList.lxx @@ -4,32 +4,32 @@ // Author: Arnaud BOUZY // -void WOKDeliv_DeliveryList::SetPutPath() +inline void WOKDeliv_DeliveryList::SetPutPath() { myPutPath = Standard_True; } -Standard_Boolean WOKDeliv_DeliveryList::IsPutPath() const +inline Standard_Boolean WOKDeliv_DeliveryList::IsPutPath() const { return myPutPath; } -void WOKDeliv_DeliveryList::SetPutLib() +inline void WOKDeliv_DeliveryList::SetPutLib() { myPutLib = Standard_True; } -Standard_Boolean WOKDeliv_DeliveryList::IsPutLib() const +inline Standard_Boolean WOKDeliv_DeliveryList::IsPutLib() const { return myPutLib; } -void WOKDeliv_DeliveryList::SetPutInclude() +inline void WOKDeliv_DeliveryList::SetPutInclude() { myPutInclude = Standard_True; } -Standard_Boolean WOKDeliv_DeliveryList::IsPutInclude() const +inline Standard_Boolean WOKDeliv_DeliveryList::IsPutInclude() const { return myPutInclude; } diff --git a/src/WOKDeliv/WOKDeliv_DeliveryStep.cxx b/src/WOKDeliv/WOKDeliv_DeliveryStep.cxx index f9dd27b..72b2802 100755 --- a/src/WOKDeliv/WOKDeliv_DeliveryStep.cxx +++ b/src/WOKDeliv/WOKDeliv_DeliveryStep.cxx @@ -371,6 +371,7 @@ Standard_Boolean WOKDeliv_DeliveryStep::HandleOutputFile(const Handle(WOKMake_Ou Unit()->Params().Set("%FilePath", afile->File()->Path()->Name()->ToCString()); acmd = Unit()->Params().Eval(atempl->ToCString(),Standard_True); +// cout << "WOKDeliv_DeliveryStep : " << afile->File()->Path()->Name()->ToCString() << endl ; if(!acmd.IsNull()) {