diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-09-05 08:03:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-09-05 08:03:05 +0000 |
commit | 91d79c3b4e4e7549e8ae06222612a70a75b360d0 (patch) | |
tree | ac6870179c78e80e456b9f870016b26adea78fb1 | |
parent | 75e94ae0bfdb300800db62a78edbe61ff1f51cb3 (diff) |
INTEGRATION: CWS hr18 (1.13.28); FILE MERGED
2005/08/09 15:45:12 hr 1.13.28.1: #i53108#: enable STLport debug mode with environment variable USE_STLP_DEBUG
-rw-r--r-- | solenv/inc/unxlngi6.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/solenv/inc/unxlngi6.mk b/solenv/inc/unxlngi6.mk index ee12352a4667..d5a7be41f1a9 100644 --- a/solenv/inc/unxlngi6.mk +++ b/solenv/inc/unxlngi6.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngi6.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: kz $ $Date: 2005-07-11 15:31:14 $ +# last change: $Author: rt $ $Date: 2005-09-05 09:03:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -217,8 +217,13 @@ STDSHLCUIST=-ldl -lm LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive +.IF "$(USE_STLP_DEBUG)" != "" +LIBSTLPORT=$(DYNAMIC) -lstlport_gcc_stldebug +LIBSTLPORTST=$(STATIC) -lstlport_gcc_stldebug $(DYNAMIC) +.ELSE # "$(USE_STLP_DEBUG)" != "" LIBSTLPORT=$(DYNAMIC) -lstlport_gcc LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) +.ENDIF # "$(USE_STLP_DEBUG)" != "" #FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) |