mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
add -target 1.1 to the make files for the libs
This commit is contained in:
@@ -112,7 +112,7 @@ CLASSPATH="../../build/linux/work/lib/core.jar:../../build/linux/work/java/lib/r
|
||||
# SERIAL LIBRARY
|
||||
echo Build serial library...
|
||||
cd ../../lib/serial
|
||||
../../build/linux/work/jikes +D -classpath "code/RXTXcomm.jar:$CLASSPATH" -d . *.java
|
||||
../../build/linux/work/jikes -target 1.1 +D -classpath "code/RXTXcomm.jar:$CLASSPATH" -d . *.java
|
||||
rm -f library/serial.jar
|
||||
zip -r0q library/serial.jar processing
|
||||
rm -rf processing
|
||||
@@ -123,7 +123,7 @@ cp library/serial.jar ../../build/linux/work/libraries/serial/library/
|
||||
# NET LIBRARY
|
||||
echo Build net library...
|
||||
cd ../../lib/net
|
||||
../../build/linux/work/jikes +D -d . *.java
|
||||
../../build/linux/work/jikes -target 1.1 +D -d . *.java
|
||||
rm -f library/net.jar
|
||||
zip -r0q library/net.jar processing
|
||||
rm -rf processing
|
||||
@@ -134,7 +134,7 @@ cp library/net.jar ../../build/linux/work/libraries/net/library/
|
||||
# PARTICLES LIBRARY
|
||||
echo Build particles library...
|
||||
cd ../../lib/particles
|
||||
../../build/linux/work/jikes +D -d . *.java
|
||||
../../build/linux/work/jikes -target 1.1 +D -d . *.java
|
||||
rm -f library/particles.jar
|
||||
zip -r0q library/particles.jar simong
|
||||
rm -rf simong
|
||||
|
||||
@@ -118,7 +118,7 @@ CLASSPATH=../../build/macosx/work/lib/core.jar:$CLASSPATH
|
||||
# SERIAL LIBRARY
|
||||
echo Building serial library...
|
||||
cd ../../lib/serial
|
||||
../../build/macosx/work/jikes +D -classpath "code/RXTXcomm.jar:../../build/macosx/work/lib/core.jar:$CLASSPATH" -d . *.java
|
||||
../../build/macosx/work/jikes -target 1.1 +D -classpath "code/RXTXcomm.jar:../../build/macosx/work/lib/core.jar:$CLASSPATH" -d . *.java
|
||||
rm -f library/serial.jar
|
||||
zip -r0q library/serial.jar processing
|
||||
rm -rf processing
|
||||
@@ -129,7 +129,7 @@ cp library/serial.jar ../../build/macosx/work/libraries/serial/library/
|
||||
# NET LIBRARY
|
||||
echo Building net library...
|
||||
cd ../../lib/net
|
||||
../../build/macosx/work/jikes +D -d . *.java
|
||||
../../build/macosx/work/jikes -target 1.1 +D -d . *.java
|
||||
rm -f library/net.jar
|
||||
zip -r0q library/net.jar processing
|
||||
rm -rf processing
|
||||
@@ -148,7 +148,7 @@ else
|
||||
exit 1;
|
||||
fi
|
||||
cd ../../lib/video
|
||||
../../build/macosx/work/jikes +D -classpath "$QTJAVA:$CLASSPATH" -d . *.java
|
||||
../../build/macosx/work/jikes -target 1.1 +D -classpath "$QTJAVA:$CLASSPATH" -d . *.java
|
||||
rm -f library/video.jar
|
||||
zip -r0q library/video.jar processing
|
||||
rm -rf processing
|
||||
@@ -159,7 +159,7 @@ cp library/video.jar ../../build/macosx/work/libraries/video/library/
|
||||
# PARTICLES LIBRARY
|
||||
echo Build particles library...
|
||||
cd ../../lib/particles
|
||||
../../build/macosx/work/jikes +D -d . *.java
|
||||
../../build/macosx/work/jikes -target 1.1 +D -d . *.java
|
||||
rm -f library/particles.jar
|
||||
zip -r0q library/particles.jar simong
|
||||
rm -rf simong
|
||||
|
||||
@@ -139,7 +139,7 @@ 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 "code\\RXTXcomm.jar;$CLASSPATH" -d . *.java
|
||||
../../build/windows/work/jikes -target 1.1 +D -classpath "code\\RXTXcomm.jar;$CLASSPATH" -d . *.java
|
||||
rm -f library/serial.jar
|
||||
zip -r0q library/serial.jar processing
|
||||
rm -rf processing
|
||||
@@ -150,7 +150,7 @@ 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
|
||||
../../build/windows/work/jikes -target 1.1 +D -d . *.java
|
||||
rm -f library/net.jar
|
||||
zip -r0q library/net.jar processing
|
||||
rm -rf processing
|
||||
@@ -171,7 +171,7 @@ else
|
||||
exit 1;
|
||||
fi
|
||||
cd ../../lib/video
|
||||
../../build/windows/work/jikes +D -classpath "$QTJAVA;$CLASSPATH" -d . *.java
|
||||
../../build/windows/work/jikes -target 1.1 +D -classpath "$QTJAVA;$CLASSPATH" -d . *.java
|
||||
rm -f library/video.jar
|
||||
zip -r0q library/video.jar processing
|
||||
rm -rf processing
|
||||
@@ -182,7 +182,7 @@ 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
|
||||
../../build/windows/work/jikes -target 1.1 +D -d . *.java
|
||||
rm -f library/particles.jar
|
||||
zip -r0q library/particles.jar simong
|
||||
rm -rf simong
|
||||
@@ -194,7 +194,7 @@ exit;
|
||||
# OPENGL LIBRARY
|
||||
echo Building OpenGL library...
|
||||
cd ../../lib/opengl
|
||||
../../build/windows/work/jikes +D -classpath "library\\jogl.jar;$CLASSPATH" -d . *.java
|
||||
../../build/windows/work/jikes -target 1.1 +D -classpath "library\\jogl.jar;$CLASSPATH" -d . *.java
|
||||
rm -f library/opengl.jar
|
||||
zip -r0q library/opengl.jar processing
|
||||
rm -rf processing
|
||||
|
||||
@@ -16,6 +16,8 @@ _ warn people that they should make images be a pow of 2
|
||||
|
||||
_ fonts probably need to be RGBA, not ALPHA style images
|
||||
_ there's nothing really ALPHA about them?
|
||||
_ also when drawing an image, sense whether drawn rotated
|
||||
_ if just rotate/translate, then can use SCREEN_SPACE for fonts
|
||||
_ bring screen space and font size settings back in to PGraphics
|
||||
_ causing too much trouble to be stuck down in PFont
|
||||
_ don't allocate zbuffer & stencil until depth() is called
|
||||
|
||||
3
todo.txt
3
todo.txt
@@ -1,11 +1,10 @@
|
||||
0073 pde
|
||||
X change horizontal offset to 5 instead of 4
|
||||
X yet another tweak to the message() function in PdeRuntime
|
||||
X add -target 1.1 to all the library make entries
|
||||
|
||||
_ basic sample audio playback needed for p5
|
||||
|
||||
_ add -target 1.1 to all the library make entries
|
||||
|
||||
_ what's up with int() -> toInt() conversion?
|
||||
|
||||
_ hack to not use console on the code folder
|
||||
|
||||
Reference in New Issue
Block a user