From: cascade Date: Fri, 7 Sep 2007 14:50:58 +0000 (+0000) Subject: OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=005746a3067e67dc61240732d98b1c7beaa388f8;p=occt-wok.git OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski --- diff --git a/src/WOKOrbix/IDLFRONT.edl b/src/WOKOrbix/IDLFRONT.edl index b1c0cd6..97c4507 100755 --- a/src/WOKOrbix/IDLFRONT.edl +++ b/src/WOKOrbix/IDLFRONT.edl @@ -7,17 +7,20 @@ @set %IDLFRONT_EDL = ""; @if ( %Station != "wnt" ) then - @if ( %LocalArch != "hp" ) then - --@set %IDLFRONT_SHARED = "libIDLFront.so"; + + @if ( %LocalArch != "hp" && %LocalArch != "mac" ) then @set %IDLFRONT_SHARED = "libTKIDLFront.so"; @endif; @if ( %LocalArch == "hp" ) then - --@set %IDLFRONT_SHARED = "libIDLFront.sl"; @set %IDLFRONT_SHARED = "libTKIDLFront.sl"; @endif; + + @if ( %LocalArch == "mac" ) then + @set %IDLFRONT_SHARED = "libTKIDLFront.dylib"; + @endif; + @else - --@set %IDLFRONT_SHARED = "IDLFront.dll"; @set %IDLFRONT_SHARED = "TKIDLFront.dll"; @endif;