diff options
Diffstat (limited to 'connectivity/source/drivers/flat/makefile.mk')
-rw-r--r-- | connectivity/source/drivers/flat/makefile.mk | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/connectivity/source/drivers/flat/makefile.mk b/connectivity/source/drivers/flat/makefile.mk index 9dc948a6ea83..1cc6a913ae9c 100644 --- a/connectivity/source/drivers/flat/makefile.mk +++ b/connectivity/source/drivers/flat/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:13:46 $ +# last change: $Author: oj $ $Date: 2001-03-19 09:35:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,20 +75,6 @@ ENVCFLAGS+=/FR$(SLO)$/ .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/version.mk -# --- Types ------------------------------------- - - -UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb -UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb - -UNOUCROUT=$(OUT)$/inc -INCPRE+=$(UNOUCROUT) - -# --- Types ------------------------------------- - -UNOTYPES+= \ - com.sun.star.sdbcx.XRowLocate \ - com.sun.star.sdbcx.CompareBookmark # --- Files ------------------------------------- |