diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:42:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:42:43 +0000 |
commit | 32908fd854ff526f07ad3373706fa13fc5a6424a (patch) | |
tree | 7cfd17a5a37f9751181c965576d3d6aec3a82378 /sfx2/util | |
parent | 8c251d4fc3c5bf9374a3581f7a55782ef886b295 (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.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 0ce2cd4c19c0..6bf4fa4102e2 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 |