diff options
-rw-r--r-- | dbaccess/util/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index 27581ecbf12a..ebd15e2634e4 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.32 $ +# $Revision: 1.33 $ # -# last change: $Author: ihi $ $Date: 2007-11-21 16:17:26 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:24:53 $ # # 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 @@ LIB1FILES=\ $(SLB)$/core_resource.lib \ $(SLB)$/dbashared.lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(SVTOOLLIB) \ @@ -106,7 +106,7 @@ LIB2FILES=\ $(SLB)$/app.lib \ $(SLB)$/uicontrols.lib -SHL2TARGET=$(TARGET2)$(UPD)$(DLLPOSTFIX) +SHL2TARGET=$(TARGET2)$(DLLPOSTFIX) SHL2STDLIBS= \ $(SVXLIB) \ @@ -177,7 +177,7 @@ LIB3FILES=\ $(SLB)$/sdbtmisc.lib \ $(SLB)$/sdbtshared.lib -SHL3TARGET=$(TARGET3)$(UPD)$(DLLPOSTFIX) +SHL3TARGET=$(TARGET3)$(DLLPOSTFIX) SHL3STDLIBS= \ $(CPPULIB) \ |