summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
diff options
context:
space:
mode:
authorGene Anaya <ganaya@openoffice.org>2001-02-22 02:51:48 +0000
committerGene Anaya <ganaya@openoffice.org>2001-02-22 02:51:48 +0000
commitf57599b5750b0edf512e1c5dd1e3dd4932e1ec14 (patch)
tree15e0a206712a19dc4d1644c5aa95a5242fc7c1e0 /sfx2/source/statbar
parent6ace775a7ecc835111c3050466149b3aae69b098 (diff)
Add staticmbstatbar.cxx with static symbols for Mac OS X build.
Diffstat (limited to 'sfx2/source/statbar')
-rw-r--r--sfx2/source/statbar/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/statbar/makefile.mk b/sfx2/source/statbar/makefile.mk
index 311747a2176c..1da782280c75 100644
--- a/sfx2/source/statbar/makefile.mk
+++ b/sfx2/source/statbar/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:52:35 $
+# last change: $Author: ganaya $ $Date: 2001-02-22 03:51:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -94,6 +94,11 @@ SLOFILES = \
$(SLO)$/stbitem.obj \
$(SLO)$/progind.obj
+# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+SLOFILES+=$(SLO)$/staticmbstatbar.obj
+.ENDIF
+
# --- Targets -------------------------------------------------------
.INCLUDE : target.mk