INTEGRATION: CWS stlpdbg (1.18.34); FILE MERGED
2005/10/20 10:09:06 obo 1.18.34.1: #i53107# STLport debug mode
This commit is contained in:
parent
aeea0f13eb
commit
1c7d7ba0f2
1 changed files with 7 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $RCSfile: makefile.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.18 $
|
# $Revision: 1.19 $
|
||||||
#
|
#
|
||||||
# last change: $Author: rt $ $Date: 2005-09-08 19:43:19 $
|
# last change: $Author: rt $ $Date: 2006-01-10 15:58:29 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to
|
# The Contents of this file are made available subject to
|
||||||
# the terms of GNU Lesser General Public License Version 2.1.
|
# the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -79,8 +79,12 @@ SHL1STDLIBS=\
|
||||||
oleaut32.lib
|
oleaut32.lib
|
||||||
|
|
||||||
.IF "$(COMEX)"=="8" || "$(COMEX)"=="10"
|
.IF "$(COMEX)"=="8" || "$(COMEX)"=="10"
|
||||||
|
.IF "$(USE_STLP_DEBUG)" != ""
|
||||||
|
SHL1STDLIBS+= $(ATL_LIB)$/atlsd.lib
|
||||||
|
.ELSE
|
||||||
SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
|
SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
.ENDIF
|
||||||
|
|
||||||
SHL1LIBS=
|
SHL1LIBS=
|
||||||
SHL1OBJS=$(SLOFILES)
|
SHL1OBJS=$(SLOFILES)
|
||||||
|
|
Loading…
Reference in a new issue