diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:25:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:25:55 +0000 |
commit | fa36b1ab8d8779343d2e0440e9be642c5f15433d (patch) | |
tree | c1b378b0b296e7df2d22d5187ab94e86e8f8522a /connectivity | |
parent | 7ad419b7f67c9cb92061d2ca2cc5b98071c2f6a1 (diff) |
INTEGRATION: CWS eoladabas_DEV300 (1.26.126); FILE MERGED
2008/01/25 06:30:48 oj 1.26.126.3: little correction
2008/01/23 13:41:07 oj 1.26.126.2: #149980# change name of dll
2008/01/23 13:33:52 oj 1.26.126.1: #149980# add adabas creation
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/adabas/makefile.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/connectivity/source/drivers/adabas/makefile.mk b/connectivity/source/drivers/adabas/makefile.mk index fb63d6df3f20..e12ed4730670 100644 --- a/connectivity/source/drivers/adabas/makefile.mk +++ b/connectivity/source/drivers/adabas/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.27 $ # -# last change: $Author: obo $ $Date: 2007-03-09 08:57:08 $ +# last change: $Author: obo $ $Date: 2008-02-26 15:25:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -80,11 +80,11 @@ SLOFILES=\ $(SLO)$/BResultSetMetaData.obj \ $(SLO)$/BResultSet.obj -SHL1VERSIONMAP=$(ADABAS_TARGET).map +SHL1VERSIONMAP=$(TARGET).map # --- Library ----------------------------------- -SHL1TARGET= $(ADABAS_TARGET)$(ADABAS_MAJOR) +SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ @@ -92,7 +92,10 @@ SHL1STDLIBS=\ $(VOSLIB) \ $(SALLIB) \ $(DBTOOLSLIB) \ + $(TOOLSLIB) \ $(ODBCBASELIB) \ + $(UCBHELPERLIB) \ + $(UNOTOOLSLIB) \ $(COMPHELPERLIB) .IF "$(ODBCBASELIB)" == "" |