From 3a48af3dc03dab45594fe4556eedb6e7f19d8e57 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 25 Feb 2008 14:35:21 +0000 Subject: INTEGRATION: CWS supdremove02 (1.6.450); FILE MERGED 2008/01/25 16:00:13 rt 1.6.450.1: #i85482# Remove UPD from library names. --- extensions/source/svg/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/source/svg') diff --git a/extensions/source/svg/makefile.mk b/extensions/source/svg/makefile.mk index 9b3489e0faad..eb6af4d47635 100644 --- a/extensions/source/svg/makefile.mk +++ b/extensions/source/svg/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 20:40:16 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:35:21 $ # # 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 @@ SLOFILES= $(SLO)$/svgprinter.obj \ # --- Library ----------------------------------- -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1IMPLIB=i$(SHL1TARGET) SHL1VERSIONMAP=exports.map -- cgit