diff options
author | Kenneth Russel <[email protected]> | 2003-07-15 15:25:43 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-07-15 15:25:43 +0000 |
commit | 51e246743458b40ebed92ffaebf2f07483becb51 (patch) | |
tree | 81124790d879ea68e6e4dc50880cf0254f520ff7 /make/host.properties | |
parent | 68e29a425b63f1eca8e6879ebfb3324929b3dc2a (diff) |
Added ContextVariableName configuration option to GLEmitter because of
namespace conflicts with some argument names on X11.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@33 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/host.properties')
-rw-r--r-- | make/host.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/host.properties b/make/host.properties index 01e90955d..0dea67346 100644 --- a/make/host.properties +++ b/make/host.properties @@ -16,9 +16,9 @@ # including the name of the jar # # Windows -antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar +# antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar # Linux -# antlr.jar=/home/kbr/ANTLR/antlr-2.7.2/antlr.jar +antlr.jar=/home/kbr/antlr-2.7.2/antlr.jar # Mac OS X # antlr.jar=/Users/kbr/antlr-2.7.2/antlr.jar |