diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:46:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:46:05 +0000 |
commit | 3f3191414254b4f7026ac54b410fbe955e41f0b5 (patch) | |
tree | 933fb52aa556563c726363b1cd2389f547060f09 | |
parent | e7f052a80a1aad04fae68742537cf1b18df14b73 (diff) |
INTEGRATION: CWS supdremove02 (1.8.14); FILE MERGED
2008/01/29 08:55:14 rt 1.8.14.1: #i85482# Remove UPD from library name
-rw-r--r-- | uui/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/util/makefile.mk b/uui/util/makefile.mk index 6bead307953a..495625d81d39 100644 --- a/uui/util/makefile.mk +++ b/uui/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: ihi $ $Date: 2007-11-21 16:25:10 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:46:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,7 @@ NO_BSYMBOLIC = true .INCLUDE: settings.mk -SHL1TARGET = $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET = $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB = i$(TARGET) SHL1VERSIONMAP = exports.map |