]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Wed, 1 Mar 2000 17:58:20 +0000 (17:58 +0000)
committercas <cas@opencascade.com>
Wed, 1 Mar 2000 17:58:20 +0000 (17:58 +0000)
src/WOKStep/WOKStep_WNTLink.cxx

index f278b34fae9b8e6e4fecf1a88da74c1164f7d0f9..55dcfb4121d892b9c2375a943017f9e581829917 100755 (executable)
@@ -211,6 +211,13 @@ void WOKStep_WNTLink::Execute(const Handle(WOKMake_HSequenceOfInputFile)&
   Handle( TCollection_HAsciiString ) name =
    new TCollection_HAsciiString (  Unit () -> Name ()  );
 
+  if (  !SubCode ().IsNull ()  ) {
+
+   name -> AssignCat ( "_"          );
+   name -> AssignCat (  SubCode ()  );
+
+  }  // end if
+
   name -> AssignCat (  tool -> EvalCFExt ()  );
   
   Handle( WOKernel_File ) cmdFile = new WOKernel_File (  name, Unit (), stadmtype  );