summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-09-05 08:07:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-09-05 08:07:54 +0000
commit424be8cbbbe93381c1eecc14efc63c8b6c249abb (patch)
treea337a3e9bedae38eee5eb0522f9cd59a23e5b7d7 /sal
parent4859eba711d324999de8e8425002eed37c16d844 (diff)
INTEGRATION: CWS hr18 (1.36.18); FILE MERGED
2005/08/10 12:28:06 hr 1.36.18.1: #i53108#: link sal against STLport (debugging) library if compiling with checking iterators
Diffstat (limited to 'sal')
-rw-r--r--sal/util/makefile.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk
index 4ac937948..373600a59 100644
--- a/sal/util/makefile.mk
+++ b/sal/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.36 $
+# $Revision: 1.37 $
#
-# last change: $Author: obo $ $Date: 2005-06-17 09:32:21 $
+# last change: $Author: rt $ $Date: 2005-09-05 09:07:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -162,6 +162,12 @@ SHL1STDLIBS= -lexc
.ENDIF
.ENDIF # UNX
+# If we compile sal with STLport checking iterators
+# we need to link against the STLport
+.IF "$(USE_STLP_DEBUG)" != ""
+SHL1STDLIBS+=$(LIBSTLPORT)
+.ENDIF
+
#The irony that using the system STL instead of
#stlport requires that we link libsal with the
#LIBSTLPORT alias which is not required when using