summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:42:43 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:42:43 +0000
commitee0c274e8ab2a1b985aedab2d474c4ced7f52583 (patch)
tree94fc4a108008240d3abd844dede4d310af5ecc31 /sfx2/util
parent2a04f635eeab17f9d795aadd6f5c9afb1ff50ee7 (diff)
INTEGRATION: CWS aquavcl05_DEV300 (1.49.66); FILE MERGED
2008/01/30 16:37:35 pl 1.49.66.1: #i85739# add documents to macosx recent items list
Diffstat (limited to 'sfx2/util')
-rw-r--r--sfx2/util/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk
index 0ce2cd4c19..6bf4fa4102 100644
--- a/sfx2/util/makefile.mk
+++ b/sfx2/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.51 $
+# $Revision: 1.52 $
#
-# last change: $Author: obo $ $Date: 2008-02-26 15:13:02 $
+# last change: $Author: kz $ $Date: 2008-03-05 17:42:43 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -109,7 +109,10 @@ SHL1STDLIBS+=\
$(GDI32LIB) \
$(OLE32LIB) \
$(UUIDLIB)
-
+.ELSE # WNT
+.IF "$(OS)" == "MACOSX"
+SHL1STDLIBS+= -framework Cocoa
+.ENDIF # MACOSX
.ENDIF # WNT