mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
library fixups
This commit is contained in:
@@ -15,14 +15,6 @@ rm -rf processing-*
|
||||
cp -r ../shared processing
|
||||
rm -rf processing/CVS
|
||||
rm -rf processing/lib/CVS
|
||||
#rm -rf processing/lib/netscape/CVS
|
||||
#rm -rf processing/lib/netscape/javascript/CVS
|
||||
#rm -rf processing/fonts/CVS
|
||||
#rm -rf processing/reference/CVS
|
||||
#rm -rf processing/reference/images/CVS
|
||||
#rm -rf processing/sketchbook/CVS
|
||||
#rm -rf processing/sketchbook/default/CVS
|
||||
#rm -f processing/sketchbook/default/.cvsignore
|
||||
|
||||
# new style examples thing ala reas
|
||||
cd processing
|
||||
@@ -76,7 +68,6 @@ unix2dos processing/readme.txt 2> /dev/null
|
||||
unix2dos processing/revisions.txt 2> /dev/null
|
||||
unix2dos processing/lib/preferences.txt 2> /dev/null
|
||||
unix2dos processing/lib/keywords.txt 2> /dev/null
|
||||
#unix2dos processing/lib/pde_windows.properties 2> /dev/null
|
||||
|
||||
|
||||
# something like the following might be better:
|
||||
|
||||
@@ -132,21 +132,21 @@ CLASSPATH="..\\..\\build\\windows\\work\\lib\\core.jar;..\\..\\build\\windows\\w
|
||||
# SERIAL LIBRARY
|
||||
echo Build serial library...
|
||||
cd ../../lib/serial
|
||||
../../build/windows/work/jikes +D -classpath "RXTXcomm.jar;$CLASSPATH" -d . *.java
|
||||
zip -r0q serial.jar processing
|
||||
../../build/windows/work/jikes +D -classpath "code\\RXTXcomm.jar;$CLASSPATH" -d . *.java
|
||||
zip -r0q library/serial.jar processing
|
||||
rm -rf processing
|
||||
mkdir -p ../../build/windows/work/libraries/serial/library/
|
||||
cp serial.jar ../../build/windows/work/libraries/serial/library/
|
||||
cp library/serial.jar ../../build/windows/work/libraries/serial/library/
|
||||
|
||||
|
||||
# NET LIBRARY
|
||||
echo Build net library...
|
||||
cd ../../lib/net
|
||||
../../build/windows/work/jikes +D -d . *.java
|
||||
zip -r0q net.jar processing
|
||||
zip -r0q library/net.jar processing
|
||||
rm -rf processing
|
||||
mkdir -p ../../build/windows/work/libraries/net/library/
|
||||
cp net.jar ../../build/windows/work/libraries/net/library/
|
||||
cp library/net.jar ../../build/windows/work/libraries/net/library/
|
||||
|
||||
|
||||
# VIDEO LIBRARY
|
||||
@@ -163,7 +163,7 @@ else
|
||||
fi
|
||||
cd ../../lib/video
|
||||
../../build/windows/work/jikes +D -classpath "$QTJAVA;$CLASSPATH" -d . *.java
|
||||
zip -r0q video.jar processing
|
||||
zip -r0q library/video.jar processing
|
||||
rm -rf processing
|
||||
mkdir -p ../../build/windows/work/libraries/video/library/
|
||||
cp video.jar ../../build/windows/work/libraries/video/library/
|
||||
cp library/video.jar ../../build/windows/work/libraries/video/library/
|
||||
|
||||
Reference in New Issue
Block a user