summaryrefslogtreecommitdiff
path: root/connectivity/version.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:05:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:05:23 +0000
commit556198d1af22f9f1e6cee3f39e2d1dd6735a4514 (patch)
tree527aad26274f39ed5c13878bdc0fe67c74ba559a /connectivity/version.mk
parentfeed305ee1412e2aa24bda27570c8d8d8fdbdc5f (diff)
INTEGRATION: CWS hsqldb (1.9.132); FILE MERGED
2004/09/22 11:30:55 oj 1.9.132.1: #i33348# new defines for hsqldb
Diffstat (limited to 'connectivity/version.mk')
-rw-r--r--connectivity/version.mk19
1 files changed, 17 insertions, 2 deletions
diff --git a/connectivity/version.mk b/connectivity/version.mk
index 6e49a55531..234b14611a 100644
--- a/connectivity/version.mk
+++ b/connectivity/version.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: version.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: vg $ $Date: 2003-06-02 07:53:32 $
+# last change: $Author: hr $ $Date: 2004-11-09 12:05:23 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -255,3 +255,18 @@ EVOAB_CPP=1
EVOAB=$(EVOAB_TARGET_TARGET)_$(CMPEXT)
+# ----------------------------HSQLDB settings-----------------------------------#
+# target
+HSQLDB_TARGET=hsqldb
+
+# the major
+HSQLDB_MAJOR=2
+# the minor
+HSQLDB_MINOR=0
+# the micro
+HSQLDB_MICRO=0
+
+# this is a c++ compatible library
+HSQLDB_CPP=1
+
+HSQLDB=$(HSQLDB_TARGET_TARGET)_$(CMPEXT) \ No newline at end of file