mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
No need to build the ANTLR .tree files, since the generated tree parser code is not being used.
This commit is contained in:
@@ -91,13 +91,10 @@ cd preprocessor
|
||||
|
||||
# first build the default java goop
|
||||
java -cp ../../build/linux/work/lib/antlr.jar antlr.Tool java.g
|
||||
java -cp ../../build/linux/work/lib/antlr.jar antlr.Tool java.tree.g
|
||||
|
||||
# now build the pde stuff that extends the java classes
|
||||
java -cp ../../build/linux/work/lib/antlr.jar antlr.Tool \
|
||||
-glib java.g pde.g
|
||||
java -cp ../../build/linux/work/lib/antlr.jar antlr.Tool \
|
||||
-glib java.tree.g pde.tree.g
|
||||
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user