summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-01-10 14:58:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-01-10 14:58:29 +0000
commit1c7d7ba0f25037eac59f526463497f7a9f7c0755 (patch)
treed7c278671ea3338fdee2afa7c774ba47b5e81e0d
parentaeea0f13ebdcda1904f4f18463dce40da98bfef3 (diff)
INTEGRATION: CWS stlpdbg (1.18.34); FILE MERGED
2005/10/20 10:09:06 obo 1.18.34.1: #i53107# STLport debug mode
-rw-r--r--extensions/source/ole/makefile.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/extensions/source/ole/makefile.mk b/extensions/source/ole/makefile.mk
index 3828e4d42094..cc1b94bac6d5 100644
--- a/extensions/source/ole/makefile.mk
+++ b/extensions/source/ole/makefile.mk
@@ -4,9 +4,9 @@
#
# $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 terms of GNU Lesser General Public License Version 2.1.
@@ -64,7 +64,7 @@ SLOFILES= \
$(SLO)$/jscriptclasses.obj \
$(SLO)$/ole2uno.obj \
$(SLO)$/windata.obj \
- $(SLO)$/unotypewrapper.obj
+ $(SLO)$/unotypewrapper.obj
SHL1TARGET=$(TARGET)
@@ -79,8 +79,12 @@ SHL1STDLIBS=\
oleaut32.lib
.IF "$(COMEX)"=="8" || "$(COMEX)"=="10"
+.IF "$(USE_STLP_DEBUG)" != ""
+ SHL1STDLIBS+= $(ATL_LIB)$/atlsd.lib
+.ELSE
SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
.ENDIF
+.ENDIF
SHL1LIBS=
SHL1OBJS=$(SLOFILES)