new light code from simon, and other prep for 82

This commit is contained in:
benfry
2005-04-06 04:47:22 +00:00
parent 01774cfff0
commit 7fb4324265
17 changed files with 2298 additions and 974 deletions
+5 -5
View File
@@ -14,12 +14,12 @@ rm -rf processing-*
cp -r ../shared processing
# add the libraries folder with source
cp -r ../../lib processing/libraries
cp -r ../../net ../../lib processing/libraries/
cp -r ../../opengl ../../lib processing/libraries/
cp -r ../../serial ../../lib processing/libraries/
cp -r ../../lib work/libraries
cp -r ../../net work/libraries/
cp -r ../../opengl work/libraries/
cp -r ../../serial work/libraries/
#cp -r ../../video work/libraries/
# doesn't work on linux, don't include it and confuse people
#cp -r ../../video ../../lib processing/libraries/
# new style examples thing ala reas
cd processing
+5
View File
@@ -10,7 +10,12 @@ else
echo Setting up directories to build for linux...
BUILD_PREPROC=true
cp -r ../shared work
cp -r ../../lib work/libraries
cp -r ../../net work/libraries/
cp -r ../../opengl work/libraries/
cp -r ../../serial work/libraries/
cp -r ../../video work/libraries/
cd work
unzip -q examples.zip