From adf0daa749b2a8690e73ca9156b5e6f549160b49 Mon Sep 17 00:00:00 2001 From: cas Date: Wed, 1 Mar 2000 17:58:20 +0000 Subject: [PATCH] No comments --- src/WOKStep/WOKStep_WNTLink.cxx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/WOKStep/WOKStep_WNTLink.cxx b/src/WOKStep/WOKStep_WNTLink.cxx index f278b34..55dcfb4 100755 --- a/src/WOKStep/WOKStep_WNTLink.cxx +++ b/src/WOKStep/WOKStep_WNTLink.cxx @@ -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 ); -- 2.39.5