From: cas Date: Tue, 29 Feb 2000 18:18:59 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=5360ab0808e5da3da0f3cb9f94658cbaaf8c68d0;p=occt-wok.git No comments --- 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