summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcafee <devnull@localhost>1998-05-07 04:23:38 +0000
committermcafee <devnull@localhost>1998-05-07 04:23:38 +0000
commit99fb228fc6c0483f75bb644457468621fe9208b0 (patch)
treeffedfdfbb2c659571af9f03950c08093d4fe94a4
parent4b5e9fe6fba397b6977cdbfa8b59b00efd014c72 (diff)
downloadnspr-hg-RHAPSODY_NSPR_BRANCH.tar.gz
Dynamic libraries use .dylib suffix, first attempt at getting MKSHLIB to build dynamic libraries, this was checked into the tip as wellRHAPSODY_NSPR_BRANCH
-rw-r--r--config/Rhapsody.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/Rhapsody.mk b/config/Rhapsody.mk
index 17ef2182..8f2ae9be 100644
--- a/config/Rhapsody.mk
+++ b/config/Rhapsody.mk
@@ -52,6 +52,5 @@ ARCH = rhapsody
#DSO_LDOPTS = -Bshareable
#DSO_LDFLAGS =
-#MKSHLIB = $(LD) $(DSO_LDOPTS)
-
-#G++INCLUDES = -I/usr/include/g++
+MKSHLIB = $(CC) -arch ppc -dynamiclib -compatibility_version 1 -current_version 1
+DLL_SUFFIX = dylib