diff options
author | Matthias Huetsch <mhu@openoffice.org> | 2002-08-17 16:37:02 +0000 |
---|---|---|
committer | Matthias Huetsch <mhu@openoffice.org> | 2002-08-17 16:37:02 +0000 |
commit | 796a0ababd0e3149da3e92af96004d4796ce00d3 (patch) | |
tree | e5f1bb8551f5df69be7d9abbb1243c7ce241f9f1 /store/util | |
parent | a8f4de3fd9060a6779bf6e5dfd8431e4aa1c95e3 (diff) |
#i3980# Added 'NO_DEFAULT_STL=TRUE' to avoid mix with standard allocators.
Minor code cleanup.
Diffstat (limited to 'store/util')
-rw-r--r-- | store/util/makefile.mk | 11 |
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 --- |