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

index e9c7dfd57fbb89f7c42f488d8373583665a4b524..b57b96d43b81e022324a0508179f05176919eb6d 100755 (executable)
@@ -499,6 +499,9 @@ WOKBuilder_BuildStatus WOKBuilder_Linker::Execute()
 # 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
  Handle( TCollection_HAsciiString ) uType = Params ().Value ( "%UnitType", 0 );