summaryrefslogtreecommitdiffstats
path: root/make/host.properties
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-07-14 06:02:58 +0000
committerKenneth Russel <[email protected]>2003-07-14 06:02:58 +0000
commit4d5b904f347052144e417aa182243f3abe676de7 (patch)
treebe26b623921bca3d68eca4becc387293877d167a /make/host.properties
parent32350278dd07c95bec7e8adcf19ca1601dd6c6b4 (diff)
Fixed bugs in Linux build: GLEmitter needs to be used for
window-system.c, JRE library path was wrong. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@20 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/host.properties')
-rw-r--r--make/host.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/host.properties b/make/host.properties
index 81316c556..b88cd68ca 100644
--- a/make/host.properties
+++ b/make/host.properties
@@ -15,7 +15,12 @@
# The required antlr.jar property that is the full path to the antlr.jar
# including the name of the jar
#
+# Windows
antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar
+# Linux
+# antlr.jar=/home/kbr/antlr-2.7.2/antlr.jar
+# Mac OS X
+# antlr.jar=/Users/kbr/antlr-2.7.2/antlr.jar
#
# Force the use of jikes in +E (emacs) mode