From 9ce838f25f85989079ba73b1203619e87ea610fc Mon Sep 17 00:00:00 2001 From: cas Date: Tue, 22 Aug 2000 18:21:52 +0000 Subject: [PATCH] No comments --- src/WOKBuilder/WOKBuilder_Linker.cxx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/WOKBuilder/WOKBuilder_Linker.cxx b/src/WOKBuilder/WOKBuilder_Linker.cxx index b57b96d..4d5b276 100755 --- a/src/WOKBuilder/WOKBuilder_Linker.cxx +++ b/src/WOKBuilder/WOKBuilder_Linker.cxx @@ -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 () && -- 2.39.5