No need to build the ANTLR .tree files, since the generated tree parser code is not being used.

This commit is contained in:
dmose
2003-08-22 23:05:00 +00:00
parent e7f064b6e7
commit 6fe4913b82
3 changed files with 0 additions and 9 deletions

View File

@@ -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 ..