INTEGRATION: CWS gcj3 (1.3.6); FILE MERGED

2005/03/08 16:10:56 cmc 1.3.6.1: #i44359# more of scripting now compilable with gcj
This commit is contained in:
Oliver Bolte
2005-03-15 08:06:55 +00:00
parent 78d2c57280
commit cb538a5a28

View File

@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: obo $ $Date: 2005-01-25 15:09:08 $
# last change: $Author: obo $ $Date: 2005-03-15 09:06:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,10 +67,5 @@ TARGET=javaexamples
.INCLUDE : ant.mk
.IF "$(SOLAR_JAVA)"!=""
.IF "$(JDK)"=="gcj"
all:
@echo This dir cannot be build with gcj because of javax.swing.JTree.getLastSelectedPathComponent
.ELSE
ALLTAR : ANTBUILD
.ENDIF
.ENDIF