]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Tue, 22 Aug 2000 18:21:52 +0000 (18:21 +0000)
committercas <cas@opencascade.com>
Tue, 22 Aug 2000 18:21:52 +0000 (18:21 +0000)
src/WOKBuilder/WOKBuilder_Linker.cxx

index b57b96d43b81e022324a0508179f05176919eb6d..4d5b276fbc60cc27daf11a72cffaedb52a020e08 100755 (executable)
@@ -493,16 +493,10 @@ WOKBuilder_BuildStatus WOKBuilder_Linker::Execute()
   new TCollection_HAsciiString ( "ld: fatal: Symbol referencing errors." );
  static Handle( TCollection_HAsciiString ) skipStr1 =
   new TCollection_HAsciiString ( "/crt1.o" );
-# elif defined ( IRIX )
+# else // not LIN || SOLARIS
  static Handle( TCollection_HAsciiString ) skipStr =
   new TCollection_HAsciiString ( "ld: fatal: Symbol referencing errors." );
-# elif defined ( HPUX )
- static Handle( TCollection_HAsciiString ) skipStr =
-  new TCollection_HAsciiString ( "ld: fatal: Symbol referencing errors." );
-# elif defined ( AIX )
- static Handle( TCollection_HAsciiString ) skipStr =
-  new TCollection_HAsciiString ( "ld: fatal: Symbol referencing errors." );
-# endif  // LIN || SOLARIS
+# endif
  Handle( TCollection_HAsciiString ) uType = Params ().Value ( "%UnitType", 0 );
 
  if (  !uType.IsNull () &&