moving around the reference, and updating build scripts for it

This commit is contained in:
benfry
2003-06-09 12:57:11 +00:00
parent 31b56cd156
commit 0317ddbf11
7 changed files with 39 additions and 0 deletions
+6
View File
@@ -31,6 +31,12 @@ unzip -q examples.zip
rm examples.zip
cd ../..
# new style reference
cd processing
unzip -q reference.zip
rm reference.zip
cd ..
# add java (jre) files
unzip -q -d processing jre.zip
+6
View File
@@ -16,6 +16,12 @@ else
rm examples.zip
cd ../..
echo Extracting reference...
cd work
unzip -q reference.zip
rm reference.zip
cd ..
echo Extracting big ass JRE...
unzip -q -d work jre.zip
# cygwin requires this because of unknown weirdness