summaryrefslogtreecommitdiff
path: root/sal/rtl/source/makefile.mk
diff options
context:
space:
mode:
authorMatthias Huetsch <mhu@openoffice.org>2002-04-21 12:38:41 +0000
committerMatthias Huetsch <mhu@openoffice.org>2002-04-21 12:38:41 +0000
commitc9551ebe65d573873aed0b5a018b0d0074a25a9e (patch)
tree0f0fa543a5b1eb6504b52b7b30e77a0f968fce81 /sal/rtl/source/makefile.mk
parentdd920f331a0f7020ba6c9ecfda9909a0b2f353fb (diff)
#i3980# Added custom allocator template 'MyAllocator<T>'.
Adapted all (static) STL containers to explicit custom allocator usage, avoiding any implicit allocator mix possibilities. Removed possibly throwing osl::Profile::ctor() -> no more EXCEPTIONSFILES. Cleaned up minor code issues.
Diffstat (limited to 'sal/rtl/source/makefile.mk')
-rw-r--r--sal/rtl/source/makefile.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk
index aca81e664..91feac418 100644
--- a/sal/rtl/source/makefile.mk
+++ b/sal/rtl/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: sz $ $Date: 2001-09-24 13:32:38 $
+# last change: $Author: mhu $ $Date: 2002-04-21 13:38:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,9 +72,7 @@ PROJECTPCHSOURCE=cont_pch
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
@@ -129,10 +127,6 @@ OBJFILES= $(OBJ)$/alloc.obj \
#.ENDIF
-EXCEPTIONSFILES= $(SLO)$/macro.obj \
- $(OBJ)$/macro.obj
-
-
.ENDIF
# --- Targets ------------------------------------------------------