Tag: cws_src680_supdremove02 User: rt Date: 2008-01-28 08:04:45+0000 Modified: dba/dbaccess/source/filter/migration/makefile.mk dba/dbaccess/source/filter/xml/makefile.mk dba/dbaccess/util/makefile.mk
Log: #i85482# Remove UPD from library name File Changes: Directory: /dba/dbaccess/source/filter/migration/ ================================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/migration/makefile.mk?r1=1.4&r2=1.4.282.1 Delta lines: +4 -4 ------------------- --- makefile.mk 2006-05-24 14:11:51+0000 1.4 +++ makefile.mk 2008-01-28 08:04:41+0000 1.4.282.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.4.282.1 $ # -# last change: $Author: vg $ $Date: 2006/05/24 14:11:51 $ +# last change: $Author: rt $ $Date: 2008/01/28 08:04:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -55,7 +55,7 @@ $(SLB)$/cfgshared.lib \ $(SLB)$/$(TARGET).lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS=\ $(UNOTOOLSLIB) \ Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/makefile.mk?r1=1.7&r2=1.7.50.1 Delta lines: +4 -4 ------------------- --- makefile.mk 2007-11-09 08:12:37+0000 1.7 +++ makefile.mk 2008-01-28 08:04:42+0000 1.7.50.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.7.50.1 $ # -# last change: $Author: rt $ $Date: 2007/11/09 08:12:37 $ +# last change: $Author: rt $ $Date: 2008/01/28 08:04:42 $ # # 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 @@ $(SLB)$/fltshared.lib \ $(SLB)$/$(TARGET).lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS=\ $(XMLOFFLIB) \ Directory: /dba/dbaccess/util/ ============================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/util/makefile.mk?r1=1.32&r2=1.32.50.1 Delta lines: +6 -6 ------------------- --- makefile.mk 2007-11-21 16:17:26+0000 1.32 +++ makefile.mk 2008-01-28 08:04:42+0000 1.32.50.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.32 $ +# $Revision: 1.32.50.1 $ # -# last change: $Author: ihi $ $Date: 2007/11/21 16:17:26 $ +# last change: $Author: rt $ $Date: 2008/01/28 08:04:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,7 @@ $(SLB)$/core_resource.lib \ $(SLB)$/dbashared.lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(SVTOOLLIB) \ @@ -106,7 +106,7 @@ $(SLB)$/app.lib \ $(SLB)$/uicontrols.lib -SHL2TARGET=$(TARGET2)$(UPD)$(DLLPOSTFIX) +SHL2TARGET=$(TARGET2)$(DLLPOSTFIX) SHL2STDLIBS= \ $(SVXLIB) \ @@ -177,7 +177,7 @@ $(SLB)$/sdbtmisc.lib \ $(SLB)$/sdbtshared.lib -SHL3TARGET=$(TARGET3)$(UPD)$(DLLPOSTFIX) +SHL3TARGET=$(TARGET3)$(DLLPOSTFIX) SHL3STDLIBS= \ $(CPPULIB) \ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
