summaryrefslogtreecommitdiff
path: root/connectivity/com/sun/star/sdbcx/comp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 14:02:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 14:02:49 +0000
commit783dd8a87d2784237af9b5ede44ceffc3aace6f3 (patch)
treeb495eec634a3d96e6d6f6d33f870844a1187e24c /connectivity/com/sun/star/sdbcx/comp
parent18a82682fb1d12b6dddb2f2703e296c53bf3d0ce (diff)
INTEGRATION: CWS systemjava (1.6.82); FILE MERGED
2006/03/22 14:07:40 cmc 1.6.82.1: #i52974# support using the system hsqldb
Diffstat (limited to 'connectivity/com/sun/star/sdbcx/comp')
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
index 02b9fd78dc..4955ff69d1 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 04:56:11 $
+# last change: $Author: hr $ $Date: 2006-04-19 15:02:49 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -43,7 +43,12 @@ TARGET = sdbc_hsqldb
# --- Files --------------------------------------------------------
-JARFILES = ridl.jar unoil.jar jurt.jar juh.jar hsqldb.jar
+JARFILES = ridl.jar unoil.jar jurt.jar juh.jar
+.IF "$(SYSTEM_HSQLDB)" == "YES"
+XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(HSQLDB_JAR)
+.ELSE
+JARFILES+= hsqldb.jar
+.ENDIF
JAVAFILES =\
NativeInputStreamHelper.java\
NativeOutputStreamHelper.java\