User: obo Date: 05/01/25 07:06:11 Modified: /dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/ makefile.mk
Log: 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 File Changes: Directory: /dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/ ============================================================ File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk?r1=1.2&r2=1.3 Delta lines: +8 -4 ------------------- --- makefile.mk 9 Nov 2004 12:06:45 -0000 1.2 +++ makefile.mk 25 Jan 2005 15:06:08 -0000 1.3 @@ -67,6 +67,10 @@ # --- 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 @@ # --- Targets ------------------------------------------------------ .INCLUDE : target.mk - +.ENDIF --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
