tidbit for build script

This commit is contained in:
benfry
2003-05-28 01:09:15 +00:00
parent f264a34b3d
commit 8c4ac65952
+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 ..