summaryrefslogtreecommitdiffstats
path: root/make/gluegen.properties
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-12 00:23:09 +0200
committerSven Gothel <[email protected]>2010-05-12 00:23:09 +0200
commite7188b0711f0a46c1d0ffec5668467f603a859df (patch)
tree90a99302a37ce92fc8c3f3e82bbd2aaf8754f1d8 /make/gluegen.properties
parenteb33345f2bf83f35fa9c425f9d23a5f0a7107983 (diff)
Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the default, if not specified otherwise in /home/sven/gluegen.properties
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-xmake/gluegen.properties11
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,