diff options
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-x | make/gluegen.properties | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties index 2f319bc..29b3351 100755 --- a/make/gluegen.properties +++ b/make/gluegen.properties @@ -9,17 +9,18 @@ # ############################################################################### # -# The required antlr.jar property that is the full path to the antlr.jar -# including the name of the jar +# You may include a custom antlr.jar file in the antlr.jar property. # # Windows -antlr.jar=C:/JOGL/lib/antlr-2.7.2.jar +# antlr.jar=C:/JOGL/lib/antlr-2.7.7.jar # Linux / Solaris / .. # antlr.jar=/home/sven/projects/JOGL/lib/antlr-2.7.7.jar # Mac OS X -# antlr.jar=/JOGL/lib/antlr-2.7.2.jar +# antlr.jar=/JOGL/lib/antlr-2.7.7.jar -junit.jar=/home/sven/projects/JOGL/lib/junit-4.5.jar +# You may include a custom junit.jar file in the junit.jar property. +# +# junit.jar=/home/sven/projects/JOGL/lib/junit.jar # If you are building the native code for the GlueGen run-time library # on Windows and have the Microsoft Visual C++ compilers installed, |