summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:56:15 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:56:15 +0000
commit7cf6cc2a6c4c019eaffa6e15d5a0ec5aeaff810f (patch)
treea022fd2c12fe96a1397ab7657fa1e1e5340ff751 /cppcanvas
parent6598bdbf5c17058a7f12dfa0c1e234774ea8b318 (diff)
INTEGRATION: CWS supdremove02 (1.6.26); FILE MERGED
2008/01/29 08:48:56 rt 1.6.26.1: #i85482# Remove UPD from library name
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/util/makefile.mk b/cppcanvas/util/makefile.mk
index 4d9295d14aff..6bec44ace624 100644
--- a/cppcanvas/util/makefile.mk
+++ b/cppcanvas/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 15:37:44 $
+# last change: $Author: obo $ $Date: 2008-02-25 16:56:15 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@ LIB1FILES=\
$(SLB)$/metafilerenderer.lib \
$(SLB)$/cppcanvastools.lib
-SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX)
+SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
SHL1IMPLIB= i$(TARGET)
SHL1STDLIBS= $(TOOLSLIB) $(CPPULIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(CANVASTOOLSLIB) $(CPPUHELPERLIB) $(BASEGFXLIB)