diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:02:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:02:22 +0000 |
commit | 65d7d56cbed67265815f02367c7441229695c5bc (patch) | |
tree | 983a2d46b07210d3884dc6f1da5252ad28cc3cc7 | |
parent | 28db40e5c3396727bb2af3333585ec473d84912f (diff) |
INTEGRATION: CWS supdremove02 (1.3.34); FILE MERGED
2008/01/29 07:59:28 rt 1.3.34.1: #i85482# Remove UPD from library name
-rw-r--r-- | accessibility/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/util/makefile.mk b/accessibility/util/makefile.mk index 3f30374e6cec..4f98eb4c5cba 100644 --- a/accessibility/util/makefile.mk +++ b/accessibility/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2007-07-18 10:08:25 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:02:22 $ # # 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)$/extended.lib \ $(SLB)$/helper.lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(VCLLIB) \ |