From 085141cb17803f47a6b0bf6a8c41b795845d63fc Mon Sep 17 00:00:00 2001 From: Gene Anaya Date: Tue, 30 Jan 2001 15:58:32 +0000 Subject: Added staticmbsdbcs.cxx for MacOS X --- connectivity/source/sdbcx/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'connectivity/source/sdbcx') 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 ---------------------------------- -- cgit