Tag: cws_src680_supdremove02 User: rt Date: 2008-01-28 08:19:01+0000 Modified: dba/reportdesign/util/makefile.mk
Log: #i85482# Remove UPD from library name File Changes: Directory: /dba/reportdesign/util/ ================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/reportdesign/util/makefile.mk?r1=1.11&r2=1.11.6.1 Delta lines: +10 -10 --------------------- --- makefile.mk 2008-01-14 15:24:12+0000 1.11 +++ makefile.mk 2008-01-28 08:18:58+0000 1.11.6.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.11.6.1 $ # -# last change: $Author: ihi $ $Date: 2008/01/14 15:24:12 $ +# last change: $Author: rt $ $Date: 2008/01/28 08:18:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,7 @@ $(SLB)$/core_sdr.lib \ $(SLB)$/core_misc.lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(SVXLIB) \ @@ -76,7 +76,7 @@ $(SALLIB) .IF "$(GUI)"!="WNT" || "$(COM)"=="GCC" SHL1STDLIBS+= \ - -ldbu$(UPD)$(DLLPOSTFIX) + -ldbu$(DLLPOSTFIX) .ELSE SHL1STDLIBS+= \ idbu.lib @@ -109,7 +109,7 @@ $(SLB)$/ui_inspection.lib \ $(SLB)$/report.lib -SHL2TARGET=$(TARGET2)$(UPD)$(DLLPOSTFIX) +SHL2TARGET=$(TARGET2)$(DLLPOSTFIX) SHL2STDLIBS= \ $(SVXLIB) \ @@ -130,8 +130,8 @@ $(SALLIB) .IF "$(GUI)"!="WNT" || "$(COM)"=="GCC" SHL2STDLIBS+= \ - -ldbu$(UPD)$(DLLPOSTFIX) \ - -l$(TARGET)$(UPD)$(DLLPOSTFIX) + -ldbu$(DLLPOSTFIX) \ + -l$(TARGET)$(DLLPOSTFIX) .ELSE SHL2STDLIBS+= \ idbu.lib \ @@ -164,7 +164,7 @@ $(SLB)$/xmlshared.lib \ $(SLB)$/$(TARGET3).lib -SHL3TARGET=$(TARGET3)$(UPD)$(DLLPOSTFIX) +SHL3TARGET=$(TARGET3)$(DLLPOSTFIX) SHL3STDLIBS=\ $(SVXLIB) \ @@ -184,7 +184,7 @@ $(SALLIB) .IF "$(GUI)"!="WNT" || "$(COM)"=="GCC" SHL3STDLIBS+= \ - -l$(TARGET)$(UPD)$(DLLPOSTFIX) + -l$(TARGET)$(DLLPOSTFIX) .ELSE SHL3STDLIBS+= \ irpt.lib --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
