summaryrefslogtreecommitdiff
path: root/store/util
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
commitf96590142349f679b1b1dc4cff8d3978412413da (patch)
tree0d8357e7c447a83c4c684270d049317c655a7f3a /store/util
parentcbbf9fc8514ad918a149fd2d4870b591a5251376 (diff)
Disabled symbol stripping for Mac OS X
Diffstat (limited to 'store/util')
-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 a4b467a83022..7b063ce8784d 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