diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-19 15:47:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-19 15:47:21 +0000 |
commit | 701e22a0df7cb99f32002888c8d8f6f56a5b7c7f (patch) | |
tree | 1dd7e2d1c10ef7165be20cdf8559d7f0da28a3f7 /connectivity/version.mk | |
parent | b543ece52552314673a250eb8f0fb89253d0d3a2 (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.mk | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/connectivity/version.mk b/connectivity/version.mk index 3a494549a89d..fe7d02a1ccf6 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) |