Kaydet (Commit) 47845374 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS gcj2 (1.5.10); FILE MERGED

2005/02/02 10:41:44 cmc 1.5.10.1: #i41879# gcj, despite its java version claim, cannot compile the accessibility stuff
üst 9e31f3b9
......@@ -68,7 +68,10 @@ USE_JAVAVER:=TRUE
.INCLUDE : settings.mk
.IF "$(JAVANUMVER:s/.//)" >= "000100040000"
.IF "$(JDK)" == "gcj"
all:
@echo This dir cannot be build with gcj because of org.openoffice.java.accessibility.AccessibleKeyBinding
.ELSE
JARFILES = jurt.jar unoil.jar ridl.jar
JAVAFILES = \
AccessBridge.java \
......@@ -82,7 +85,7 @@ JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE
JARCLASSDIRS = $(PACKAGE) org/openoffice/java/accessibility
CUSTOMMANIFESTFILE = manifest
.ENDIF
.ENDIF # "$(JAVANUMVER:s/.//)" >= "000100040000"
# --- Targets ------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment