summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacxp.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-12 19:20:02 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-12 19:20:02 +0000
commitd951b1166bcf724700f8071761bed6c9a612516b (patch)
tree9b1a702e541542193a33f6b8b3fcca97b274d3fa /solenv/inc/unxmacxp.mk
parentfb558b737043e41590c4e4e1470241d6a0c9be0b (diff)
Moved symbol renaming for Mac OS X to solenv/inc/unxmacxp.mk
Diffstat (limited to 'solenv/inc/unxmacxp.mk')
-rw-r--r--solenv/inc/unxmacxp.mk14
1 files changed, 12 insertions, 2 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk
index dc4f3925721c..15ad192bca56 100644
--- a/solenv/inc/unxmacxp.mk
+++ b/solenv/inc/unxmacxp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
-# $Revision: 1.17 $
+# $Revision: 1.18 $
#
-# last change: $Author: pluby $ $Date: 2000-12-14 07:51:55 $
+# last change: $Author: pluby $ $Date: 2001-02-12 20:20:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,6 +70,16 @@ LINKOUTPUT_FILTER=
# _PTHREADS is needed for the stl
CDEFS+=-DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1
+# Workaround for Mac OS X duplicate symbol plugin bug
+.IF "$(TARGET)"!=""
+CDEFS+=-Dcomponent_getImplementationEnvironment=lib$(TARGET)component_getImplementationEnvironment \
+ -Dcomponent_writeInfo=lib$(TARGET)component_writeInfo \
+ -Dcomponent_getFactory=lib$(TARGET)component_getFactory \
+ -Dcomponent_getDescriptionFunc=lib$(TARGET)component_getDescriptionFunc \
+ -Duno_initEnvironment=lib$(TARGET)uno_initEnvironment \
+ -Duno_ext_getMapping=lib$(TARGET)uno_ext_getMapping
+.ENDIF
+
# Temporary settings to enable VCL test code. These should be deleted once
# VCL development is complete.
.IF "$(dbgutil)"==""