]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Wed, 24 Nov 1999 18:03:07 +0000 (18:03 +0000)
committercas <cas@opencascade.com>
Wed, 24 Nov 1999 18:03:07 +0000 (18:03 +0000)
src/WOKStep/WOKStep_Compile.cxx
src/WOKStep/WOKStep_WNTLink.cxx

index 9603a10a1cad09009ca4e6b0d8c2110c867369b1..ba0a5613b581458c432d20cb372ea081479f6776 100755 (executable)
@@ -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
 
index 7d1a1eb4082ecdd288fb7490a67eb4bbd402d676..a721bf49dc4de3669963ac5ef100a23a230402be 100755 (executable)
@@ -31,7 +31,8 @@
 #include <WOKStep_WNTLink.ixx>
 
 // ###### 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 <windows.h>