From 2fccd0f03b3399b091819977942d5eb4127ed85b Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 31 Jul 2002 02:16:43 +0000 Subject: [PATCH] mother fucking piece of shit robbed me from being able to get this dist out the door before i need to leave tonight. --- processing/build/linux/make.sh | 2 +- processing/build/macosx/make.sh | 3 +-- processing/build/windows/make.sh | 9 ++------- processing/todo.txt | 7 +++++++ 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/processing/build/linux/make.sh b/processing/build/linux/make.sh index 82e938326..d640c5759 100755 --- a/processing/build/linux/make.sh +++ b/processing/build/linux/make.sh @@ -15,7 +15,7 @@ else mkdir work/lib/build mkdir work/classes - cp dist/lib/pde.properties_linux work/lib/ + cp dist/lib/pde_linux.properties work/lib/ echo fi diff --git a/processing/build/macosx/make.sh b/processing/build/macosx/make.sh index 0b3aaf7fc..179225d9c 100755 --- a/processing/build/macosx/make.sh +++ b/processing/build/macosx/make.sh @@ -14,8 +14,7 @@ else mkdir work/classes - #cp dist/run.bat work/ - cp dist/lib/pde.properties_macosx work/lib/ + cp dist/lib/pde_macosx.properties work/lib/ echo fi diff --git a/processing/build/windows/make.sh b/processing/build/windows/make.sh index fd233c574..f3db98643 100755 --- a/processing/build/windows/make.sh +++ b/processing/build/windows/make.sh @@ -11,19 +11,14 @@ else cp -r ../shared work unzip -q -d work jre.zip - #cp -r ../shared/lib work/ - #rm -rf work/lib/CVS - #cp -r ../shared/sketchbook work/ - #cp -r ../shared/reference work/ - mkdir work/lib/export mkdir work/lib/build # this will copy cvs files intact, meaning that changes # could be made and checked back in.. interesting mkdir work/classes - cp dist/run.bat work/ - cp dist/lib/pde.properties_windows work/lib/ + cp dist/lib/pde_windows.properties work/lib/ + cp dist/Proce55ing.exe work/ echo fi diff --git a/processing/todo.txt b/processing/todo.txt index b7932cb4e..4f2fb8fdb 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -44,6 +44,13 @@ o try to build macutils under osx X bug where pde.properties was being replaced for sketch.properties X changed pde.properties_PLATFORM -> pde_PLATFORM.properties +before 39 goes out +_ f subst problems: include , and ; as allowable +_ float f = 0.3; and fill(0.3, 0.2, 0.1); +_ make win/linux write stderr to stderr.txt like the mac +_ this will be useful until i implement scrollbar + + bagel a _ serial a _ pde menu item for listing serial ports available