summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:23:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:23:32 +0000
commit2dd7102929898e21787a5258180c9baf4b9c265f (patch)
treedefb334b1c80205215edb196356b46a13da77342 /sal/util
parent47536384e45c251283fd3e5cc06f14a531c6778c (diff)
INTEGRATION: CWS ooo11rc2 (1.30.50); FILE MERGED
2003/07/14 18:31:49 fa 1.30.50.2: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes. This commit does NOT include the interlck.c asm code for PPC. http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607 Dan fa@ooo 2003/07/14 16:13:15 mh 1.30.50.1: add: patch for Irix, #i16225#
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/makefile.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk
index 515da4d89c3f..33315c1f85b7 100644
--- a/sal/util/makefile.mk
+++ b/sal/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.30 $
+# $Revision: 1.31 $
#
-# last change: $Author: vg $ $Date: 2003-04-15 13:48:07 $
+# last change: $Author: hr $ $Date: 2003-07-16 17:23:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -154,8 +154,15 @@ SHL1STDLIBS= -Bdynamic -ldl -lpthread -lposix4 -lsocket -lnsl
SHL1STDLIBS+= -z allextract -staticlib=Crun -z defaultextract
.ENDIF # C50
.ENDIF # SOLARIS
+.IF "$(OS)"=="IRIX"
+SHL1STDLIBS= -lexc
+.ENDIF
.ENDIF # UNX
+.IF "$(OS)"=="MACOSX"
+SHL1STDLIBS+=-lstlport_gcc -framework CoreFoundation
+.ENDIF
+
SHL1LIBS+=$(SLB)$/$(TARGET).lib
.IF "$(linkinc)" != ""