diff options
Diffstat (limited to 'connectivity/source/drivers/calc/makefile.mk')
-rw-r--r-- | connectivity/source/drivers/calc/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/connectivity/source/drivers/calc/makefile.mk b/connectivity/source/drivers/calc/makefile.mk index 93e276173a19..3e3dcff38d8d 100644 --- a/connectivity/source/drivers/calc/makefile.mk +++ b/connectivity/source/drivers/calc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: pluby $ $Date: 2001-03-23 23:46:05 $ +# last change: $Author: oj $ $Date: 2001-05-14 11:40:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -110,16 +110,17 @@ SHL1STDLIBS=\ $(UCBHELPERLIB) \ $(SALLIB) \ $(DBTOOLSLIB) \ + $(DBFILELIB) \ $(UNOTOOLSLIB) \ $(COMPHELPERLIB) -.IF "$(COMPHELPERLIB)" == "" -SHL1STDLIBS+= icomphelp2.lib + +.IF "$(DBFILELIB)" == "" +SHL1STDLIBS+= ifile$(UPD).lib .ENDIF SHL1DEPN= SHL1IMPLIB= i$(TARGET) -SHL1LIBS= $(SLB)$/file.lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def |