From 5360ab0808e5da3da0f3cb9f94658cbaaf8c68d0 Mon Sep 17 00:00:00 2001 From: cas Date: Tue, 29 Feb 2000 18:18:59 +0000 Subject: [PATCH] No comments --- src/WOKStep/WOKStep_Compile.cxx | 8 ++++++++ src/WOKStep/WOKStep_Include.cxx | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/WOKStep/WOKStep_Compile.cxx b/src/WOKStep/WOKStep_Compile.cxx index cf6190d..b0a8984 100755 --- a/src/WOKStep/WOKStep_Compile.cxx +++ b/src/WOKStep/WOKStep_Compile.cxx @@ -317,6 +317,14 @@ _TEST_BREAK(); if ( g_fCompOrLnk && !str -> IsEmpty () ) { Handle( TCollection_HAsciiString ) s = new TCollection_HAsciiString ( Unit () -> Name () ); + + if ( !SubCode ().IsNull () ) { + + s -> AssignCat ( "_" ); + s -> AssignCat ( SubCode () ); + + } // end if + s -> AssignCat ( ".comp" ); Handle( WOKernel_File ) stadm = new WOKernel_File ( s, Unit (), Unit () -> diff --git a/src/WOKStep/WOKStep_Include.cxx b/src/WOKStep/WOKStep_Include.cxx index 160506a..89c695e 100755 --- a/src/WOKStep/WOKStep_Include.cxx +++ b/src/WOKStep/WOKStep_Include.cxx @@ -6,8 +6,8 @@ #ifdef WNT # include #else -#endif // WNT #include +#endif // WNT #include -- 2.39.5