diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:24:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:24:53 +0000 |
commit | 31ff2ba14be6f5ade3bb718871a5f187aa4489d3 (patch) | |
tree | b89667e6396ce2c37201945260923a36c6d1e05d /dbaccess/util | |
parent | 2d4cf6b7e5154025a37345778fa546d273b75758 (diff) |
INTEGRATION: CWS supdremove02 (1.32.50); FILE MERGED
2008/01/28 08:04:42 rt 1.32.50.1: #i85482# Remove UPD from library name
Diffstat (limited to 'dbaccess/util')
-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) \ |