INTEGRATION: CWS hr18 (1.11.28); FILE MERGED

2005/08/11 14:13:42 hr 1.11.28.1: #i53108#: enable STLport debug mode with environment variable USE_STLP_DEBUG
This commit is contained in:
Rüdiger Timm 2005-09-05 08:03:21 +00:00
parent 91d79c3b4e
commit 55d77e0ec0

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: unxsoli4.mk,v $ # $RCSfile: unxsoli4.mk,v $
# #
# $Revision: 1.11 $ # $Revision: 1.12 $
# #
# last change: $Author: kz $ $Date: 2005-07-11 15:34:40 $ # last change: $Author: rt $ $Date: 2005-09-05 09:03:21 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@ -195,9 +195,13 @@ STDSHLGUIMT+=-lX11
# LIBSALCPPRT*=-z allextract -lsalcpprt -z defaultextract # LIBSALCPPRT*=-z allextract -lsalcpprt -z defaultextract
LIBSALCPPRT= LIBSALCPPRT=
.IF "$(USE_STLP_DEBUG)" != ""
LIBSTLPORT=$(DYNAMIC) -lstlport_sunpro_debug
LIBSTLPORTST=$(STATIC) -lstlport_sunpro_debug $(DYNAMIC)
.ELSE
LIBSTLPORT=$(DYNAMIC) -lstlport_sunpro LIBSTLPORT=$(DYNAMIC) -lstlport_sunpro
LIBSTLPORTST=$(STATIC) -lstlport_sunpro $(DYNAMIC) LIBSTLPORTST=$(STATIC) -lstlport_sunpro $(DYNAMIC)
.ENDIF # "$(USE_STLP_DEBUG)" != ""
LIBMGR=CC LIBMGR=CC
LIBFLAGS=-xar -o LIBFLAGS=-xar -o