diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 14:52:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 14:52:09 +0000 |
commit | ccc43c372bffae01a62facee00e7bc577f45426c (patch) | |
tree | 260c9c860452acb2c13f2ac34288ebb959a3b4fe /store/util | |
parent | 8932281bd56659680237be56e0e3f8a6eea596e7 (diff) |
INTEGRATION: CWS stlpdbg (1.13.8); FILE MERGED
2005/10/20 09:48:40 obo 1.13.8.1: #i53107# STLport debug mode
Diffstat (limited to 'store/util')
-rw-r--r-- | store/util/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk index f9a3682590af..e818af975b24 100644 --- a/store/util/makefile.mk +++ b/store/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: rt $ $Date: 2005-10-17 14:21:21 $ +# last change: $Author: rt $ $Date: 2006-01-10 15:52:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -73,6 +73,10 @@ SHL1VERSIONMAP= $(TARGET).map SHL1STDLIBS= $(SALLIB) +.IF "$(USE_STLP_DEBUG)" != "" +SHL1STDLIBS+=$(LIBSTLPORT) +.ENDIF + # On gcc3 __Unwind_SetIP is not in supc++ but in libgcc_s.so .IF "$(COMID)"=="gcc3" .IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" |