From 7aea50d9e8c9311bef8f3bb716e7b4e1c719022c Mon Sep 17 00:00:00 2001 From: Martin Maher Date: Thu, 11 Oct 2001 09:07:55 +0000 Subject: #92995# - Remove dependency on file SDBC driver --- connectivity/version.mk | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'connectivity/version.mk') diff --git a/connectivity/version.mk b/connectivity/version.mk index 25fad5d77a0a..c9db9e9ccdf0 100644 --- a/connectivity/version.mk +++ b/connectivity/version.mk @@ -2,9 +2,9 @@ # # $RCSfile: version.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: oj $ $Date: 2001-05-14 11:55:19 $ +# last change: $Author: mmaher $ $Date: 2001-10-11 10:05:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -206,3 +206,21 @@ DBASE=$(DBASE_TARGET_TARGET)_$(CMPEXT) +# ----------------------------MOZAB settings-----------------------------------# +# target +MOZAB_TARGET=mozab + +# the major +MOZAB_MAJOR=2 +# the minor +MOZAB_MINOR=0 +# the micro +MOZAB_MICRO=0 + +# this is a c++ compatible library +MOZAB_CPP=1 + +MOZAB=$(MOZAB_TARGET_TARGET)_$(CMPEXT) + + + -- cgit