diff options
author | Gene Anaya <ganaya@openoffice.org> | 2001-01-30 15:58:32 +0000 |
---|---|---|
committer | Gene Anaya <ganaya@openoffice.org> | 2001-01-30 15:58:32 +0000 |
commit | 085141cb17803f47a6b0bf6a8c41b795845d63fc (patch) | |
tree | 2b2294996f5c0a8b295ca016991dab9800f80f1f /connectivity/source/sdbcx | |
parent | 5ddd313190c7165cb5b3e04f656f41d347af2567 (diff) |
Added staticmbsdbcs.cxx for MacOS X
Diffstat (limited to 'connectivity/source/sdbcx')
-rw-r--r-- | connectivity/source/sdbcx/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/sdbcx/makefile.mk b/connectivity/source/sdbcx/makefile.mk index 4025b5d0f2e6..e3df9b98f9b9 100644 --- a/connectivity/source/sdbcx/makefile.mk +++ b/connectivity/source/sdbcx/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: oj $ $Date: 2000-11-03 13:36:27 $ +# last change: $Author: ganaya $ $Date: 2001-01-30 16:58:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -151,7 +151,8 @@ SLOFILES=\ $(SLO)$/VKey.obj \ $(SLO)$/VIndex.obj \ $(SLO)$/VCatalog.obj \ - $(SLO)$/VView.obj + $(SLO)$/VView.obj \ + $(SLO)$/staticmbsdbcx.obj # --- Targets ---------------------------------- |