diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:33:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:33:16 +0000 |
commit | 9793a437015d3c4082a5b08e8632ac614e776d25 (patch) | |
tree | 9c24553a09071bb717dead2268a009e621903bbb /extensions/source/logging | |
parent | 9b8e207c8c0dc76fa182635dfacc8d02b1079ce8 (diff) |
INTEGRATION: CWS supdremove02 (1.2.110); FILE MERGED
2008/01/25 15:58:28 rt 1.2.110.1: #i85482# Remove UPD from library names.
Diffstat (limited to 'extensions/source/logging')
-rw-r--r-- | extensions/source/logging/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/logging/makefile.mk b/extensions/source/logging/makefile.mk index 492effd41898..f8f45e651182 100644 --- a/extensions/source/logging/makefile.mk +++ b/extensions/source/logging/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2007-06-27 14:59:58 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:33:16 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ LIB1TARGET=$(SLB)$/$(TARGET)_t.lib LIB1FILES=\ $(SLB)$/$(TARGET).lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(COMPHELPERLIB) \ |