From 2aff194aef6eabea922e0141b9f321e0978ce137 Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 28 May 2003 00:54:51 +0000 Subject: [PATCH] fixes to make this work on jdk 1.3 and jdk 1.1 --- processing/build/linux/make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processing/build/linux/make.sh b/processing/build/linux/make.sh index 16be0d64c..0f9a53276 100755 --- a/processing/build/linux/make.sh +++ b/processing/build/linux/make.sh @@ -52,8 +52,8 @@ CLASSPATH=/opt/java/lib/rt.jar:/opt/java/lib/ext/comm.jar #CLASSPATH=../app/build/linux/work/java/lib/rt.jar:../app/build/linux/work/java/lib/ext/comm.jar ### --- make version with serial for the application -echo Building bagel with serial support -perl make.pl SERIAL +echo Building bagel with serial and sonic support +perl make.pl SERIAL SONIC cp classes/*.class ../build/linux/work/classes/ ### --- make version without serial for applet exporting