diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:24:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:24:20 +0000 |
commit | 6d9d2cae1f274078dcb5f4477b9e4cc9e53ce0f2 (patch) | |
tree | 723a16cf9dd25fc8a564d7f2725f345e307eba14 /dbaccess | |
parent | 31270851801b7a4e4c737a444e1cd8f07c11fab6 (diff) |
INTEGRATION: CWS supdremove02 (1.7.50); FILE MERGED
2008/01/28 08:04:42 rt 1.7.50.1: #i85482# Remove UPD from library name
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/xml/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/filter/xml/makefile.mk b/dbaccess/source/filter/xml/makefile.mk index cd9739704..c9d71f13b 100644 --- a/dbaccess/source/filter/xml/makefile.mk +++ b/dbaccess/source/filter/xml/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2007-11-09 08:12:37 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:24:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -80,7 +80,7 @@ LIB1FILES=\ $(SLB)$/fltshared.lib \ $(SLB)$/$(TARGET).lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS=\ $(XMLOFFLIB) \ |