diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-05-29 09:14:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-05-29 09:14:26 +0000 |
commit | 3ec494cc3499becfbd8432cbd4e0a6fc4b1bdb7f (patch) | |
tree | 9abc153335ae968d3925e77e8c50cc3b349883fd /connectivity/source | |
parent | 3b36ca74c688f96b313debd0c946205944bce51f (diff) |
added FNoException.cxx to EXCEPTIONFILES
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/file/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/makefile.mk b/connectivity/source/drivers/file/makefile.mk index a5ece3244a64..133ccdfa0805 100644 --- a/connectivity/source/drivers/file/makefile.mk +++ b/connectivity/source/drivers/file/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: oj $ $Date: 2001-05-23 09:10:30 $ +# last change: $Author: hr $ $Date: 2001-05-29 10:14:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,6 +97,7 @@ SLOFILES=\ $(SLO)$/fcomp.obj EXCEPTIONSFILES=\ + $(SLO)$/FNoException.obj \ $(SLO)$/FConnection.obj \ $(SLO)$/FResultSetMetaData.obj \ $(SLO)$/FColumns.obj \ |