diff --git a/processing/build/windows/make.sh b/processing/build/windows/make.sh index bba21cfce..16453bb0e 100755 --- a/processing/build/windows/make.sh +++ b/processing/build/windows/make.sh @@ -5,7 +5,8 @@ if test -d work then - BUILD_PREPROC=false +# BUILD_PREPROC=false + BUILD_PREPROC=true else echo Setting up directories to build P5... BUILD_PREPROC=true diff --git a/processing/todo.txt b/processing/todo.txt index 3050e20f7..97ebb0b67 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -78,15 +78,14 @@ X just use reflection to call the function instead X "use external editor" is broken X throws exception on load() X make preproc only build once (across osx, windows, linux) +X preproc: making all functions public that have no specifier +X this will make draw() etc all much easier +X as well as the library events +X focusGained/focusLost was added.. _ if a data file is in the sketch (not data) folder export breaks _ works fine in the editor, but on export gets a nullpointer ex -_ preproc: making all functions public that have no specifier -_ this will make draw() etc all much easier -_ as well as the library events -_ focusGained/focusLost was added.. - _ basic sample audio playback needed for p5