summaryrefslogtreecommitdiff
path: root/connectivity/version.mk
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-26 09:34:28 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-26 09:34:28 +0000
commit6f3ceb888b20ace7d195824dde76b6ef26b4553c (patch)
tree8ac0e7b0e8c308dfbd0ebad46f238fc071456990 /connectivity/version.mk
parent583f6b0bde3d71ba51c2462c715e2ff7f937869c (diff)
new defines for dbpool
Diffstat (limited to 'connectivity/version.mk')
-rw-r--r--connectivity/version.mk30
1 files changed, 28 insertions, 2 deletions
diff --git a/connectivity/version.mk b/connectivity/version.mk
index ec0eae46de06..b948a585cb6d 100644
--- a/connectivity/version.mk
+++ b/connectivity/version.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: version.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: oj $ $Date: 2000-10-19 11:58:07 $
+# last change: $Author: oj $ $Date: 2001-04-26 10:34:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -156,6 +156,22 @@ SDBC_CPP=1
SDBC=$(SDBC_TARGET_TARGET)_$(CMPEXT)
+# -----------------------Connection Pool settings--------------------------------#
+# target
+DBPOOL_TARGET=dbpool
+
+# the major
+DBPOOL_MAJOR=2
+# the minor
+DBPOOL_MINOR=0
+# the micro
+DBPOOL_MICRO=0
+
+# this is a c++ compatible library
+DBPOOL_CPP=1
+
+DBPOOL=$(DBPOOL_TARGET_TARGET)_$(CMPEXT)
+
# ----------------------------DBASE settings-----------------------------------#
# target
DBASE_TARGET=dbase
@@ -172,4 +188,14 @@ DBASE_CPP=1
DBASE=$(DBASE_TARGET_TARGET)_$(CMPEXT)
+# --------------------------- Precompiled header files -------------------------- #
+PROJECTPCH=pch
+PDBTARGET=pch
+PROJECTPCHSOURCE=$(PRJ)$/source$/types$/pch
+PROJECTPCH4DLL=TRUE
+.IF "$(prjpch)" != ""
+CDEFS+=-DPRECOMPILED
+.ENDIF
+
+