Kaydet (Commit) e71c7a5f authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS gcj3 (1.16.4); FILE MERGED

2005/03/08 11:34:45 cmc 1.16.4.1: #i44359# accessibility now compilable with gcj
üst 9e3163d0
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.16 $ # $Revision: 1.17 $
# #
# last change: $Author: kz $ $Date: 2005-03-01 16:16:29 $ # last change: $Author: obo $ $Date: 2005-03-15 09:14:33 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -72,10 +72,6 @@ USE_JAVAVER:=TRUE ...@@ -72,10 +72,6 @@ USE_JAVAVER:=TRUE
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(JAVANUMVER:s/.//)" >= "000100040000" .IF "$(JAVANUMVER:s/.//)" >= "000100040000"
.IF "$(JDK)" == "gcj"
all:
@echo This dir cannot be build with gcj because of java.awt.Window.AccessibleAWTWindow
.ELSE
JAVADIR = $(OUT)$/misc$/java JAVADIR = $(OUT)$/misc$/java
JARFILES = sandbox.jar jurt.jar unoil.jar ridl.jar JARFILES = sandbox.jar jurt.jar unoil.jar ridl.jar
JAVAFILES = \ JAVAFILES = \
...@@ -129,7 +125,6 @@ JARTARGET = $(TARGET).jar ...@@ -129,7 +125,6 @@ JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE JARCOMPRESS = TRUE
JARCLASSDIRS = $(PACKAGE) JARCLASSDIRS = $(PACKAGE)
.ENDIF
.ENDIF # "$(JAVANUMVER:s/.//)" >= "000100040000" .ENDIF # "$(JAVANUMVER:s/.//)" >= "000100040000"
# --- Targets ------------------------------------------------------ # --- 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