From: cas Date: Wed, 24 Nov 1999 18:03:07 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=6fc31669a2337117fca140a5f68ecf4e19728d68;p=occt-wok.git No comments --- diff --git a/src/WOKStep/WOKStep_Compile.cxx b/src/WOKStep/WOKStep_Compile.cxx index 9603a10..ba0a561 100755 --- a/src/WOKStep/WOKStep_Compile.cxx +++ b/src/WOKStep/WOKStep_Compile.cxx @@ -256,8 +256,13 @@ _TEST_BREAK(); if ( !s.IsNull () && !s -> IsEmpty () ) { - str -> AssignCat ( s ); - str -> AssignCat ( NL ); + s -> RemoveAll ( '\\' ); +#ifdef WNT + s -> RemoveAll ( '\r' ); +#endif // WNT + s -> RemoveAll ( '\n' ); + str -> AssignCat ( s ); + str -> AssignCat ( NL ); } // end if diff --git a/src/WOKStep/WOKStep_WNTLink.cxx b/src/WOKStep/WOKStep_WNTLink.cxx index 7d1a1eb..a721bf4 100755 --- a/src/WOKStep/WOKStep_WNTLink.cxx +++ b/src/WOKStep/WOKStep_WNTLink.cxx @@ -31,7 +31,8 @@ #include // ###### REFERENCER LE STORAGE MANAGER DES COLLECTIONS ###### -extern Standard_IMPORT MMgt_StorageManager aStorageManager; +//extern Standard_IMPORT MMgt_StorageManager aStorageManager; +//Standard_IMPORT MMgt_StorageManager aStorageManager; #ifdef WNT #include