summaryrefslogtreecommitdiff
path: root/connectivity/com
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 14:06:08 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 14:06:08 +0000
commit81dd32af291e790934ef603d950c5a4b3193e7c2 (patch)
tree12b85aa0311e9a24334620982b4c5a43b1136455 /connectivity/com
parent582c905476c57271f93826ddad145831f19e7ad9 (diff)
INTEGRATION: CWS gcj1 (1.2.10); FILE MERGED
2004/12/02 12:04:15 cmc 1.2.10.1: #i38188# This dir cannot be build fully with gcj
Diffstat (limited to 'connectivity/com')
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk10
1 files changed, 7 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 23adf5060ba7..eba86c819d69 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2004-11-09 12:06:45 $
+# last change: $Author: obo $ $Date: 2005-01-25 15:06:08 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,6 +67,10 @@ TARGET = sdbc_hsqldb
# --- Settings -----------------------------------------------------
.INCLUDE: settings.mk
+.IF "$(JDK)"=="gcj"
+all:
+ @echo This dir cannot be build with gcj because of org.hsqldb.lib.FileAccess
+.ELSE
# --- Files --------------------------------------------------------
@@ -80,4 +84,4 @@ JARTARGET = $(TARGET).jar
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-
+.ENDIF