tidbit for build script

This commit is contained in:
benfry
2003-05-28 01:09:15 +00:00
parent 2aff194aef
commit bf7d6341a7
+2 -2
View File
@@ -57,8 +57,8 @@ perl make.pl SERIAL SONIC
cp classes/*.class ../build/linux/work/classes/
### --- make version without serial for applet exporting
echo Building bagel for export
perl make.pl
echo Building bagel for export with sonic
perl make.pl SONIC
cp classes/*.class ../build/linux/work/lib/export/
cd ..