mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
added make for particles lib, also notes to bugs.txt
This commit is contained in:
@@ -177,3 +177,14 @@ zip -r0q library/video.jar processing
|
||||
rm -rf processing
|
||||
mkdir -p ../../build/windows/work/libraries/video/library/
|
||||
cp library/video.jar ../../build/windows/work/libraries/video/library/
|
||||
|
||||
|
||||
# PARTICLES LIBRARY
|
||||
echo Build particles library...
|
||||
cd ../../lib/particles
|
||||
../../build/windows/work/jikes +D -d . *.java
|
||||
rm -f library/particles.jar
|
||||
zip -r0q library/particles.jar simong
|
||||
rm -rf simong
|
||||
mkdir -p ../../build/windows/work/libraries/particles/library/
|
||||
cp library/particles.jar ../../build/windows/work/libraries/particles/library/
|
||||
|
||||
Reference in New Issue
Block a user