diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:49:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:49:31 +0000 |
commit | 2a2c8d1e6bc68c74c971f1f19bf06e174e9b5591 (patch) | |
tree | 53c9bb3507a77512a97383083d9c9e341bc67809 /desktop/source | |
parent | 4d728474d3d1348012a28a12a94ad0b7fafb7fb2 (diff) |
INTEGRATION: CWS supdremove02 (1.7.558); FILE MERGED
2008/01/28 10:37:51 rt 1.7.558.1: #i85482# Remove UPD from library name
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/offacc/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/offacc/makefile.mk b/desktop/source/offacc/makefile.mk index 30babacefbab..a447f017912f 100644 --- a/desktop/source/offacc/makefile.mk +++ b/desktop/source/offacc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-08 17:43:19 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:49:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ SLOFILES = $(SLO)$/acceptor.obj SHL1DEPN= makefile.mk SHL1OBJS= $(SLOFILES) -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB= i$(TARGET) SHL1VERSIONMAP=exports.map |