diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:28:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:28:11 +0000 |
commit | cbb4debf0cf5372dc38ca762bcd82d481d268373 (patch) | |
tree | 2737c7a18a591bed5955e71699fd66bdec916bf1 /scripting | |
parent | 10dcb8f2ac57adf64bc940ebbadde201188c9ba9 (diff) |
INTEGRATION: CWS supdremove02 (1.6.80); FILE MERGED
2008/01/28 15:57:01 rt 1.6.80.1: #i85482# Remove UPD from library name
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/protocolhandler/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/protocolhandler/makefile.mk b/scripting/source/protocolhandler/makefile.mk index b163c2f7157c..4c8172bf4900 100644 --- a/scripting/source/protocolhandler/makefile.mk +++ b/scripting/source/protocolhandler/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:26:46 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:28:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ COMP1TYPELIST=$(TARGET) SLOFILES=\ $(SLO)$/scripthandler.obj\ -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(SFXLIB) \ |