Tag: cws_src680_supdremove02 User: rt Date: 2008-01-28 14:58:16+0000 Modified: dba/connectivity/source/drivers/evoab/makefile.mk dba/connectivity/source/drivers/dbase/makefile.mk dba/connectivity/source/drivers/evoab2/makefile.mk dba/connectivity/source/drivers/file/makefile.mk dba/connectivity/source/drivers/flat/makefile.mk dba/connectivity/source/drivers/calc/makefile.mk dba/connectivity/source/dbtools/makefile.mk
Log: #i85482# Remove UPD from library name File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/makefile.mk?r1=1.6&r2=1.6.134.1 Delta lines: +5 -5 ------------------- --- makefile.mk 2007-03-09 08:58:06+0000 1.6 +++ makefile.mk 2008-01-28 14:58:12+0000 1.6.134.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.6.134.1 $ # -# last change: $Author: obo $ $Date: 2007/03/09 08:58:06 $ +# last change: $Author: rt $ $Date: 2008/01/28 14:58:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -74,7 +74,7 @@ # --- Library ----------------------------------- -#SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +#SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1TARGET= $(EVOAB_TARGET)$(EVOAB_MAJOR) SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ @@ -94,7 +94,7 @@ $(COMPHELPERLIB) .IF "$(DBFILELIB)" == "" -SHL1STDLIBS+= ifile$(UPD).lib +SHL1STDLIBS+= ifile.lib .ENDIF SHL1DEPN= Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/makefile.mk?r1=1.26&r2=1.26.134.1 Delta lines: +5 -5 ------------------- --- makefile.mk 2007-03-09 08:57:55+0000 1.26 +++ makefile.mk 2008-01-28 14:58:12+0000 1.26.134.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.26.134.1 $ # -# last change: $Author: obo $ $Date: 2007/03/09 08:57:55 $ +# last change: $Author: rt $ $Date: 2008/01/28 14:58:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -99,7 +99,7 @@ # --- Library ----------------------------------- -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ @@ -116,7 +116,7 @@ $(COMPHELPERLIB) .IF "$(DBFILELIB)" == "" -SHL1STDLIBS+= ifile$(UPD).lib +SHL1STDLIBS+= ifile.lib .ENDIF SHL1DEPN= Directory: /dba/connectivity/source/drivers/evoab2/ =================================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/makefile.mk?r1=1.5&r2=1.5.134.1 Delta lines: +5 -5 ------------------- --- makefile.mk 2007-03-09 08:58:18+0000 1.5 +++ makefile.mk 2008-01-28 14:58:13+0000 1.5.134.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.5.134.1 $ # -# last change: $Author: obo $ $Date: 2007/03/09 08:58:18 $ +# last change: $Author: rt $ $Date: 2008/01/28 14:58:13 $ # # 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 @@ # --- Library ----------------------------------- -#SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +#SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1TARGET= $(EVOAB_TARGET)2 SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ @@ -99,7 +99,7 @@ $(COMPHELPERLIB) .IF "$(DBFILELIB)" == "" -SHL1STDLIBS+= ifile$(UPD).lib +SHL1STDLIBS+= ifile.lib .ENDIF SHL1STDLIBS+=$(GOBJECT_LIBS) Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/makefile.mk?r1=1.16&r2=1.16.134.1 Delta lines: +5 -5 ------------------- --- makefile.mk 2007-03-09 08:58:30+0000 1.16 +++ makefile.mk 2008-01-28 14:58:13+0000 1.16.134.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.16.134.1 $ # -# last change: $Author: obo $ $Date: 2007/03/09 08:58:30 $ +# last change: $Author: rt $ $Date: 2008/01/28 14:58:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -75,7 +75,7 @@ # --- Library ----------------------------------- -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ @@ -91,7 +91,7 @@ $(COMPHELPERLIB) SHL1DEPN= -SHL1IMPLIB= i$(TARGET)$(UPD) +SHL1IMPLIB= i$(TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def Directory: /dba/connectivity/source/drivers/flat/ ================================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/flat/makefile.mk?r1=1.18&r2=1.18.134.1 Delta lines: +5 -5 ------------------- --- makefile.mk 2007-03-09 08:58:41+0000 1.18 +++ makefile.mk 2008-01-28 14:58:13+0000 1.18.134.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.18.134.1 $ # -# last change: $Author: obo $ $Date: 2007/03/09 08:58:41 $ +# last change: $Author: rt $ $Date: 2008/01/28 14:58:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,7 @@ SHL1VERSIONMAP=$(TARGET).map # --- Library ----------------------------------- -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ @@ -98,7 +98,7 @@ $(COMPHELPERLIB) .IF "$(DBFILELIB)" == "" -SHL1STDLIBS+= ifile$(UPD).lib +SHL1STDLIBS+= ifile.lib .ENDIF SHL1DEPN= Directory: /dba/connectivity/source/drivers/calc/ ================================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/calc/makefile.mk?r1=1.10&r2=1.10.134.1 Delta lines: +5 -5 ------------------- --- makefile.mk 2007-03-09 08:57:31+0000 1.10 +++ makefile.mk 2008-01-28 14:58:13+0000 1.10.134.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.10.134.1 $ # -# last change: $Author: obo $ $Date: 2007/03/09 08:57:31 $ +# last change: $Author: rt $ $Date: 2008/01/28 14:58:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -68,7 +68,7 @@ # --- Library ----------------------------------- -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ @@ -87,7 +87,7 @@ #.IF "$(DBFILELIB)" == "" -#SHL1STDLIBS+= ifile$(UPD).lib +#SHL1STDLIBS+= ifile.lib #.ENDIF SHL1DEPN= Directory: /dba/connectivity/source/dbtools/ ============================================ File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/dbtools/makefile.mk?r1=1.13&r2=1.13.56.1 Delta lines: +4 -4 ------------------- --- makefile.mk 2007-11-01 14:49:50+0000 1.13 +++ makefile.mk 2008-01-28 14:58:13+0000 1.13.56.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.13.56.1 $ # -# last change: $Author: hr $ $Date: 2007/11/01 14:49:50 $ +# last change: $Author: rt $ $Date: 2008/01/28 14:58:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,7 +60,7 @@ # --- dynamic library --------------------------- -SHL1TARGET= $(DBTOOLS_TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(DBTOOLS_TARGET)$(DLLPOSTFIX) SHL1STDLIBS=\ $(CPPULIB) \ $(CPPUHELPERLIB) \ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
