summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorMatthias Huetsch <mhu@openoffice.org>2002-08-17 16:37:02 +0000
committerMatthias Huetsch <mhu@openoffice.org>2002-08-17 16:37:02 +0000
commit796a0ababd0e3149da3e92af96004d4796ce00d3 (patch)
treee5f1bb8551f5df69be7d9abbb1243c7ce241f9f1 /store
parenta8f4de3fd9060a6779bf6e5dfd8431e4aa1c95e3 (diff)
#i3980# Added 'NO_DEFAULT_STL=TRUE' to avoid mix with standard allocators.
Minor code cleanup.
Diffstat (limited to 'store')
-rw-r--r--store/util/makefile.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk
index 2a0f9966c611..b841b4343a94 100644
--- a/store/util/makefile.mk
+++ b/store/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: jsc $ $Date: 2001-05-04 13:28:07 $
+# last change: $Author: mhu $ $Date: 2002-08-17 17:37:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -69,9 +69,13 @@ TARGETTYPE=CUI
USE_LDUMP2=TRUE
USE_DEFFILE=TRUE
+NO_BSYMBOLIC=TRUE
+NO_DEFAULT_STL=TRUE
+
UNIXVERSIONNAMES=UDK
# --- Settings ---
+
.INCLUDE : settings.mk
# --- Debug-Library ---
@@ -102,8 +106,7 @@ SHL1LIBS= $(SLB)$/store.lib
# --- Def-File ---
-DEF1NAME= $(SHL1TARGET)
-#DEF1EXPORTFILE= $(TARGET).dxp
+DEF1NAME= $(SHL1TARGET)
DEF1DES=Store
# --- Targets ---