diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 07:07:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 07:07:35 +0000 |
commit | f6ea58880bec0d28fe0beab21db2daec386edf8f (patch) | |
tree | 990ca3fce4487f8c4b57d5579a3827bfa2d0b2e0 /sal/util | |
parent | 697f518880c541c5f0d52191fd9461b367b60343 (diff) |
INTEGRATION: CWS pj51 (1.38.78); FILE MERGED
2006/03/18 16:29:29 obr 1.38.78.1: #i61959# patch applied
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk index a4f825a53cb2..d5f66b702e30 100644 --- a/sal/util/makefile.mk +++ b/sal/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.38 $ +# $Revision: 1.39 $ # -# last change: $Author: rt $ $Date: 2005-09-08 16:50:09 $ +# last change: $Author: vg $ $Date: 2006-04-07 08:07:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -154,7 +154,7 @@ SHL1STDLIBS+=-lstlport_gcc .ENDIF .IF "$(OS)"=="MACOSX" -SHL1STDLIBS+=-framework CoreFoundation +SHL1STDLIBS+=-framework CoreFoundation -framework Carbon .ENDIF .IF "$(OS)" == "LINUX" |