summaryrefslogtreecommitdiff
path: root/connectivity/version.mk
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-14 10:55:19 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-14 10:55:19 +0000
commit393461fd9191c192407d9fa399ec6618e4b560f7 (patch)
tree657dc6d1fcf11f2df818e6b06e8d0eb2a3544f09 /connectivity/version.mk
parent38ce53ee52c135266ea021a14f0b876f0b1ab80d (diff)
#86528# lower size need
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 898ace0aa893..25fad5d77a0a 100644
--- a/connectivity/version.mk
+++ b/connectivity/version.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: version.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: oj $ $Date: 2001-05-08 12:12:04 $
+# last change: $Author: oj $ $Date: 2001-05-14 11:55:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,6 +76,22 @@ ADO_CPP=1
ADO=$(ADO_TARGET_TARGET)_$(CMPEXT)
+# ----------------------------ODBC BASE settings-----------------------------------#
+# target
+ODBC2_TARGET=odbcbase
+
+# the major
+ODBC2_MAJOR=2
+# the minor
+ODBC2_MINOR=0
+# the micro
+ODBC2_MICRO=0
+
+# this is a c++ compatible library
+ODBC2_CPP=1
+
+ODBC2=$(ODBC2_TARGET_TARGET)_$(CMPEXT)
+
# ----------------------------ODBC settings-----------------------------------#
# target
ODBC_TARGET=odbc