mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
serial library is now compiling
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user