summaryrefslogtreecommitdiff
path: root/connectivity/version.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-02 06:53:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-02 06:53:32 +0000
commite40ce06fa519f9da0db47e75d228d426a67ae8e2 (patch)
tree8b3199e59138abd209bbe12f501f364e6e1d71e7 /connectivity/version.mk
parentf39ed3d8b966494508693974d0810b5378b84d86 (diff)
INTEGRATION: CWS evoab (1.8.46); FILE MERGED
2003/04/04 14:08:37 bjia 1.8.46.1: adding version info for evoab
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 d2367fa8198d..6e49a5553122 100644
--- a/connectivity/version.mk
+++ b/connectivity/version.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: version.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: oj $ $Date: 2002-11-11 08:57:19 $
+# last change: $Author: vg $ $Date: 2003-06-02 07:53:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -239,4 +239,19 @@ MYSQL_CPP=1
MYSQL=$(MYSQL_TARGET_TARGET)_$(CMPEXT)
+# ----------------------------Evoab settings-----------------------------------#
+# target
+EVOAB_TARGET=evoab
+
+# the major
+EVOAB_MAJOR=1
+# the minor
+EVOAB_MINOR=0
+# the micro
+EVOAB_MICRO=0
+
+# this is a c++ compatible library
+EVOAB_CPP=1
+
+EVOAB=$(EVOAB_TARGET_TARGET)_$(CMPEXT)