diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:52:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:52:39 +0000 |
commit | f78c9d4283f862f35e452869e14424f500b77a79 (patch) | |
tree | efcb40a2f2d1f3acbfb65b0a8daf4c57d012d7c3 /xmloff/util | |
parent | b1e088d273f741528138d4877f5997fc91141cb4 (diff) |
INTEGRATION: CWS supdremove02 (1.28.64); FILE MERGED
2008/01/28 10:43:13 rt 1.28.64.1: #i85482# Remove UPD from library name
Diffstat (limited to 'xmloff/util')
-rw-r--r-- | xmloff/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk index f5ae53ace6f6..b25b5fb2a936 100644 --- a/xmloff/util/makefile.mk +++ b/xmloff/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # -# last change: $Author: hr $ $Date: 2007-11-02 12:40:54 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:52:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -69,7 +69,7 @@ LIB4OBJFILES=\ .ENDIF .ENDIF -SHL1TARGET= xo$(UPD)$(DLLPOSTFIX) +SHL1TARGET= xo$(DLLPOSTFIX) SHL1IMPLIB= _ixo SHL1USE_EXPORTS=ordinal @@ -107,7 +107,7 @@ SHL5STDLIBS= \ $(COMPHELPERLIB) .IF "$(GUI)"=="UNX" || "$(COM)"=="GCC" - SHL5STDLIBS += -lxo$(OFFICEUPD)$(DLLPOSTFIX) + SHL5STDLIBS += -lxo$(DLLPOSTFIX) .ELSE SHL5STDLIBS += ixo.lib .ENDIF |