serial library is now compiling

This commit is contained in:
benfry
2004-07-09 04:27:33 +00:00
parent 5da069f7cf
commit 7e10ee0abd
2 changed files with 16 additions and 1 deletions
+12
View File
@@ -195,3 +195,15 @@ cd ../build/windows/work/classes
rm -f ../lib/pde.jar
zip -0rq ../lib/pde.jar .
# back to build/windows
cd ../..
### -- BUILD LIBRARIES ------------------------------------------------
CLASSPATH="..\\..\\build\\windows\\work\\lib\\core.jar;..\\..\\build\\windows\\work\\java\\lib\\rt.jar"
cd ../../lib/serial
../../build/windows/work/jikes +D -classpath "comm.jar;$CLASSPATH" -d . *.java