mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
modification to properly rebuild grammar
This commit is contained in:
@@ -73,12 +73,12 @@ else
|
||||
chmod +x work/jikes
|
||||
|
||||
# build classes/grammar for preprocessor
|
||||
cd preprocessor
|
||||
cd ../../app/preprocessor
|
||||
# first build the default java goop
|
||||
java -cp ../../build/macosx/work/lib/antlr.jar antlr.Tool java.g
|
||||
# now build the pde stuff that extends the java classes
|
||||
java -cp ../../build/macosx/work/lib/antlr.jar antlr.Tool -glib java.g pde.g
|
||||
cd ..
|
||||
cd ../../build/macosx
|
||||
|
||||
#echo
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user