diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:53:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:53:16 +0000 |
commit | 1bb67456042816e2af04e549b399366886b6407a (patch) | |
tree | b8826df394e56d5cf46bcb67dfa8a9f1fb3aaa42 /xmlscript/util | |
parent | f78c9d4283f862f35e452869e14424f500b77a79 (diff) |
INTEGRATION: CWS supdremove02 (1.10.24); FILE MERGED
2008/01/29 08:52:17 rt 1.10.24.1: #i85482# Remove UPD from library name
Diffstat (limited to 'xmlscript/util')
-rw-r--r-- | xmlscript/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/util/makefile.mk b/xmlscript/util/makefile.mk index 8eef6ec7cc60..a5d57f378fd6 100644 --- a/xmlscript/util/makefile.mk +++ b/xmlscript/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: obo $ $Date: 2007-01-25 15:37:19 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:53:16 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,7 @@ LIB1FILES= \ $(SLB)$/xmlflat_imexp.lib \ $(SLB)$/misc.lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1LIBS= \ $(LIB1TARGET) |