User: obo Date: 05/12/19 08:47:24 Modified: /dba/connectivity/ version.mk
Log: 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 File Changes: Directory: /dba/connectivity/ ============================= File [changed]: version.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/version.mk?r1=1.11&r2=1.12 Delta lines: +17 -1 -------------------- --- version.mk 8 Sep 2005 04:54:58 -0000 1.11 +++ version.mk 19 Dec 2005 16:47:21 -0000 1.12 @@ -228,6 +228,22 @@ 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
