From: cascade Date: Fri, 10 Aug 2007 18:01:59 +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=75d0a971f0557666a4576dbcfac726065fac203b;p=occt-wok.git OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski --- diff --git a/src/EDL/EDL_Library.cxx b/src/EDL/EDL_Library.cxx index 6461d34..13d13c2 100755 --- a/src/EDL/EDL_Library.cxx +++ b/src/EDL/EDL_Library.cxx @@ -13,6 +13,9 @@ # define HEADWORD "lib" # ifdef __hpux # define TAILWORD ".sl" +# elif defined(__APPLE__) +# define TAILWORD ".dylib" +# define TAILLEN 6 # else # define TAILWORD ".so" # endif