diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:27:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:27:45 +0000 |
commit | 480b473bd3410cfca0f75c700203f0682e33a9d5 (patch) | |
tree | 199953c27edc703ef31df435f149b83de3176b91 /scripting/source/basprov/makefile.mk | |
parent | fa0f1304ce7a42ab17e0f59bdfd30ab8d9897833 (diff) |
INTEGRATION: CWS supdremove02 (1.7.80); FILE MERGED
2008/01/28 15:57:01 rt 1.7.80.1: #i85482# Remove UPD from library name
Diffstat (limited to 'scripting/source/basprov/makefile.mk')
-rw-r--r-- | scripting/source/basprov/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/basprov/makefile.mk b/scripting/source/basprov/makefile.mk index c860355d9365..0f1edaf3d755 100644 --- a/scripting/source/basprov/makefile.mk +++ b/scripting/source/basprov/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:25:53 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:27:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ SLOFILES= \ $(SLO)$/basmodnode.obj \ $(SLO)$/basmethnode.obj -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX).uno +SHL1TARGET= $(TARGET)$(DLLPOSTFIX).uno SHL1IMPLIB= i$(TARGET) SHL1VERSIONMAP=$(TARGET).map |