mouseButton, open(), link(), depth() messages, matrix naming, error on 1.1

This commit is contained in:
benfry
2005-04-14 02:51:44 +00:00
parent a2283dd597
commit 91c9ecf3c8
11 changed files with 286 additions and 179 deletions

View File

@@ -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