dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/image link.c,1.24,1.25


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image link.c,1.24,1.25
Date: Sun, 15 Jun 2003 20:43:26 -0400

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv6756/image

Modified Files:
        link.c 
Log Message:


Use ".dylib" instead of ".so" for MacOS X.


Index: link.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/link.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** link.c      14 Jun 2003 04:46:32 -0000      1.24
--- link.c      16 Jun 2003 00:43:23 -0000      1.25
***************
*** 995,999 ****
--- 995,1003 ----
                if(needSuffix)
                {
+               #if defined(__APPLE__) && defined(__MACH__)
+                       suffix = ".dylib";
+               #else
                        suffix = ".so";
+               #endif
                }
        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]