mirror of
https://github.com/processing/processing4.git
synced 2026-02-23 15:25:51 +01:00
mouseButton, open(), link(), depth() messages, matrix naming, error on 1.1
This commit is contained in:
@@ -191,14 +191,14 @@ LIBRARIES=../../build/$PLATFORM/work/libraries
|
||||
|
||||
|
||||
# PARTICLES LIBRARY
|
||||
echo Build particles library...
|
||||
cd ../lib/particles
|
||||
$JIKES -target 1.1 +D -d . *.java
|
||||
rm -f library/particles.jar
|
||||
zip -r0q library/particles.jar simong
|
||||
rm -rf simong
|
||||
mkdir -p $LIBRARIES/particles/library/
|
||||
cp library/particles.jar $LIBRARIES/particles/library/
|
||||
#echo Build particles library...
|
||||
#cd ../lib/particles
|
||||
#$JIKES -target 1.1 +D -d . *.java
|
||||
#rm -f library/particles.jar
|
||||
#zip -r0q library/particles.jar simong
|
||||
#rm -rf simong
|
||||
#mkdir -p $LIBRARIES/particles/library/
|
||||
#cp library/particles.jar $LIBRARIES/particles/library/
|
||||
|
||||
pwd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user