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
This commit is contained in:
parent
7849b4b059
commit
d2a3af9824
1 changed files with 8 additions and 3 deletions
|
@ -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\
|
||||
|
|
Loading…
Reference in a new issue