mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
preprocessor fixed to make everything public that's not specified
otherwise
This commit is contained in:
@@ -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
|
||||
|
||||
+4
-5
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user