From e253bc20552b47e14192c0aaf593caf254994c89 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Mon, 28 Jun 2004 15:52:42 +0000 Subject: INTEGRATION: CWS dba12 (1.4.196); FILE MERGED 2004/04/27 07:06:30 fs 1.4.196.1: #i28385# renamed dbtools lib to SUPD scheme --- connectivity/source/dbtools/makefile.mk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'connectivity/source/dbtools') diff --git a/connectivity/source/dbtools/makefile.mk b/connectivity/source/dbtools/makefile.mk index 87dd4cb0a625..268fb62598e8 100644 --- a/connectivity/source/dbtools/makefile.mk +++ b/connectivity/source/dbtools/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: fs $ $Date: 2001-07-25 13:32:10 $ +# last change: $Author: hjs $ $Date: 2004-06-28 16:52:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,7 +87,7 @@ LIB1FILES=\ # --- dynamic library --------------------------- -SHL1TARGET= $(DBTOOLS_TARGET)$(DBTOOLS_MAJOR) +SHL1TARGET= $(DBTOOLS_TARGET)$(UPD)$(DLLPOSTFIX) SHL1STDLIBS=\ $(CPPULIB) \ $(CPPUHELPERLIB) \ @@ -103,10 +103,6 @@ SHL1STDLIBS=\ SHL1STDLIBS+=$(UCBHELPERLIB) .ENDIF -.IF "$(COMPHELPERLIB)" == "" -SHL1STDLIBS+= icomphelp2.lib -.ENDIF - SHL1DEPN= SHL1IMPLIB= idbtools -- cgit