]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
committercas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
src/WOKDeliv/WOKDeliv_CMPLRS.edl
src/WOKDeliv/WOKDeliv_DeliveryList.lxx
src/WOKDeliv/WOKDeliv_DeliveryStep.cxx

index 64ebe2d691e9a01d4c12974820c928e3ab35449c..7cbfc03bc23a0835b80e3957d2aba51ac4e9fe90 100755 (executable)
   @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;
index 40e1d514cadf8b00a37d8c044e7832de33342ef4..b1f98e0fd0ba75e356fc12cd4930d3cbc2286b16 100755 (executable)
@@ -4,32 +4,32 @@
 // 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;
 }
index f9dd27b252f3205b972d6fea845bb5006589e5db..72b2802504e89cc6ad7204c47532010039058677 100755 (executable)
@@ -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())
                  {