diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:29:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:29:42 +0000 |
commit | c7eef20eccc5d47a5744fb5e358604cca42ac7c4 (patch) | |
tree | 9042cebf5750a796ef8c3de46b8f95029d42d2de /oox/util | |
parent | fd9efc2cea24be8ad58e31f061936c9da33eb09d (diff) |
INTEGRATION: CWS supdremove02 (1.2.10); FILE MERGED
2008/01/28 14:38:00 rt 1.2.10.1: #i85482# Remove UPD from library name
Diffstat (limited to 'oox/util')
-rw-r--r-- | oox/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/util/makefile.mk b/oox/util/makefile.mk index bb8047183389..24da896e111b 100644 --- a/oox/util/makefile.mk +++ b/oox/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2008-01-17 08:06:10 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:29:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ LIB1FILES= \ # --- Shared-Library ----------------------------------------------- -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB= i$(SHL1TARGET) SHL1USE_EXPORTS=ordinal |