summaryrefslogtreecommitdiff
path: root/connectivity/version.mk
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-11-11 07:57:19 +0000
committerOcke Janssen <oj@openoffice.org>2002-11-11 07:57:19 +0000
commitce8ff51377a925d5122b05111e2a5ab82d040402 (patch)
treec880a510b51aa0f23a45d28ef570eeeecef77007 /connectivity/version.mk
parente77137649463b95dd8e11ad69fb03c20775d1c4a (diff)
new driver for mysql
Diffstat (limited to 'connectivity/version.mk')
-rw-r--r--connectivity/version.mk20
1 files changed, 18 insertions, 2 deletions
diff --git a/connectivity/version.mk b/connectivity/version.mk
index c9db9e9ccdf0..d2367fa8198d 100644
--- a/connectivity/version.mk
+++ b/connectivity/version.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: version.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: mmaher $ $Date: 2001-10-11 10:05:47 $
+# last change: $Author: oj $ $Date: 2002-11-11 08:57:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -223,4 +223,20 @@ MOZAB_CPP=1
MOZAB=$(MOZAB_TARGET_TARGET)_$(CMPEXT)
+# ----------------------------MySQL settings-----------------------------------#
+# target
+MYSQL_TARGET=mysql
+
+# the major
+MYSQL_MAJOR=2
+# the minor
+MYSQL_MINOR=0
+# the micro
+MYSQL_MICRO=0
+
+# this is a c++ compatible library
+MYSQL_CPP=1
+
+MYSQL=$(MYSQL_TARGET_TARGET)_$(CMPEXT)
+