diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 15:52:42 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 15:52:42 +0000 |
commit | e253bc20552b47e14192c0aaf593caf254994c89 (patch) | |
tree | 15a17b71782068f0e98cc469fda6e5e826c2423d /connectivity | |
parent | 3683728f7afe3d7ca5ce14fa2a067734f3ec849e (diff) |
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
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/dbtools/makefile.mk | 10 |
1 files changed, 3 insertions, 7 deletions
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 |