Compile with Java 1.4 source and target options.

This commit is contained in:
Diomidis Spinellis 2004-11-19 16:04:14 +00:00
parent f8924f44eb
commit 84db55fb49
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ WEBDIR=/dds/pubs/web/home/sw/umlgraph
SRCFILE=UmlGraph.java sequence.pic README
.java.class:
javac -classpath d:/jdk/lib/tools.jar $<
javac -source 1.4 -target 1.4 -classpath d:/jdk/lib/tools.jar $<
all: UmlGraph.jar