summaryrefslogtreecommitdiff
path: root/connectivity/version.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-12-19 15:47:21 +0000
committerOliver Bolte <obo@openoffice.org>2005-12-19 15:47:21 +0000
commit1bd271663071166b448e598f0aa1a13c0697449f (patch)
tree51927442bf6449d97ddfba1fb17c70a159081d0b /connectivity/version.mk
parentb315df673f95c7820e807399127c72b3552a44c7 (diff)
INTEGRATION: CWS kaddrbook (1.10.104); FILE MERGED
2005/11/29 11:00:52 kendy 1.10.104.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/29 08:46:07 ebischoff 1.10.104.1: Changes needed by new KDE address book driver
Diffstat (limited to 'connectivity/version.mk')
-rw-r--r--connectivity/version.mk22
1 files changed, 19 insertions, 3 deletions
diff --git a/connectivity/version.mk b/connectivity/version.mk
index 3a494549a8..fe7d02a1cc 100644
--- a/connectivity/version.mk
+++ b/connectivity/version.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: version.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 04:54:58 $
+# last change: $Author: obo $ $Date: 2005-12-19 16:47:21 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -228,6 +228,22 @@ EVOAB_CPP=1
EVOAB=$(EVOAB_TARGET_TARGET)_$(CMPEXT)
+# ----------------------------Kab settings-------------------------------------#
+# target
+KAB_TARGET=kab
+
+# the major
+KAB_MAJOR=1
+# the minor
+KAB_MINOR=0
+# the micro
+KAB_MICRO=0
+
+# this is a c++ compatible library
+KAB_CPP=1
+
+KAB=$(KAB_TARGET_TARGET)_$(CMPEXT)
+
# ----------------------------HSQLDB settings-----------------------------------#
# target
HSQLDB_TARGET=hsqldb
@@ -242,4 +258,4 @@ HSQLDB_MICRO=0
# this is a c++ compatible library
HSQLDB_CPP=1
-HSQLDB=$(HSQLDB_TARGET_TARGET)_$(CMPEXT) \ No newline at end of file
+HSQLDB=$(HSQLDB_TARGET_TARGET)_$(CMPEXT)