serial library is now compiling

This commit is contained in:
benfry
2004-07-09 04:27:33 +00:00
parent d5f593301b
commit e58720e8c1
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
+4 -1
View File
@@ -241,11 +241,14 @@ X remove String casting
X rename compiler.* to preproc.*
X OutOfMemoryError still showing up when no CR at end of app
040708 evening
040708 evening before dinner
X curve/bezierSegments -> curveDetail
X remove doubling on curve()
X move around notes about curve stuff
040708 later
X working on serial library
_ get export working again
_ make multiple jar files thing work.. blech