diff options
author | Kenneth Russel <[email protected]> | 2003-07-14 21:56:36 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-07-14 21:56:36 +0000 |
commit | 4d0ee43e4d116e8b0080f63f5a8cb693980d5c0b (patch) | |
tree | 1c8d9d3f7201c069752ae5d232ad1ddf754a5096 /make/host.properties | |
parent | 031a72040e3ce319c51d08ecd8926e29c63dacbb (diff) |
Fixed bugs in Solaris build.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@26 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/host.properties')
-rw-r--r-- | make/host.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/host.properties b/make/host.properties index b88cd68ca..122af2159 100644 --- a/make/host.properties +++ b/make/host.properties @@ -16,9 +16,10 @@ # 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-2.7.2/antlr.jar +# antlr.jar=/export/kbr/ANTLR/antlr-2.7.2/antlr.jar +antlr.jar=/net/animorphic/export/kbr/ANTLR/antlr-2.7.2/antlr.jar # Mac OS X # antlr.jar=/Users/kbr/antlr-2.7.2/antlr.jar |