summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-22 21:54:39 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-22 21:54:39 +0000
commit354d05fd94eef3d7530be615b55bd9595266e509 (patch)
treee703a69df7c9113a74a8501c4cfad09d58fd7d0f /store
parent387e3c2d0e7dd99fbfc7068095813b7c173b1310 (diff)
Disabled symbol stripping for Mac OS X
Diffstat (limited to 'store')
-rw-r--r--store/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk
index a4b467a83..7b063ce87 100644
--- a/store/util/makefile.mk
+++ b/store/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: pluby $ $Date: 2001-02-02 04:38:36 $
+# last change: $Author: pluby $ $Date: 2001-02-22 22:54:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -92,7 +92,7 @@ LIB1FILES= $(LB)$/store.lib
SHL1TARGET= $(STORE_TARGET)$(STORE_MAJOR)
SHL1IMPLIB= istore
.IF "$(OS)"=="MACOSX"
-SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map
+#SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map
.ELSE
SHL1VERSIONMAP= $(TARGET).map
.ENDIF