diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:39:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:39:02 +0000 |
commit | 4cd6b03c2a6e00b54341dc74bab514b7beb4a344 (patch) | |
tree | 7028823d240201ebc04f166e50f5b3c7bd04df19 /scaddins | |
parent | 14628901725810c325bdf1de8c76171e69744e2f (diff) |
INTEGRATION: CWS supdremove02 (1.14.42); FILE MERGED
2008/01/28 10:40:57 rt 1.14.42.1: #i85482# Remove UPD from library name
Diffstat (limited to 'scaddins')
-rw-r--r-- | scaddins/source/datefunc/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scaddins/source/datefunc/makefile.mk b/scaddins/source/datefunc/makefile.mk index d3eb32cd7432..5b5199939bf4 100644 --- a/scaddins/source/datefunc/makefile.mk +++ b/scaddins/source/datefunc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:22:33 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:39:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -94,7 +94,7 @@ SRC1FILES =\ # --- Library ----------------------------------- -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1OBJS=$(SLOFILES) SHL1STDLIBS= \ $(VCLLIB) \ |