diff options
author | Martin Maher <mmaher@openoffice.org> | 2001-10-11 09:07:55 +0000 |
---|---|---|
committer | Martin Maher <mmaher@openoffice.org> | 2001-10-11 09:07:55 +0000 |
commit | 7aea50d9e8c9311bef8f3bb716e7b4e1c719022c (patch) | |
tree | efa23ed94db8826810b71fa2dd40d6b0e9634aae /connectivity/version.mk | |
parent | 380deadbea8268360579d326fa8795d769aa2d8f (diff) |
#92995# - Remove dependency on file SDBC driver
Diffstat (limited to 'connectivity/version.mk')
-rw-r--r-- | connectivity/version.mk | 22 |
1 files changed, 20 insertions, 2 deletions
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) + + + |