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

INTEGRATION: CWS gcj3 (1.4.10); FILE MERGED

2005/03/08 19:18:39 cmc 1.4.10.1: #i44359# more of qadevOOo now compilable with gcj
üst 5f9c5af1
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.4 $ # $Revision: 1.5 $
# #
# last change: $Date: 2005-01-25 15:39:29 $ # last change: $Date: 2005-03-15 09:21:35 $
# #
# 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
...@@ -69,11 +69,6 @@ TARGET = runner_convwatch ...@@ -69,11 +69,6 @@ TARGET = runner_convwatch
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(JDK)" == "gcj"
all:
@echo This dir cannot be build with gcj because of javax.imageio.ImageIO.write
.ELSE
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar
...@@ -112,4 +107,3 @@ JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) ...@@ -112,4 +107,3 @@ JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
.INCLUDE : target.mk .INCLUDE : target.mk
.ENDIF
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