@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;
// Author: Arnaud BOUZY
// <adn>
-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;
}
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())
{