aboutsummaryrefslogtreecommitdiffstats
path: root/make/joal.properties
diff options
context:
space:
mode:
authorkbr <[email protected]>2006-01-15 03:24:43 +0000
committerkbr <[email protected]>2006-01-15 03:24:43 +0000
commit16c530c791dbf17e66618233600d9e3387f18da7 (patch)
treef9c128f140dbbbdd51aae7cd3e79a41cb64b177d /make/joal.properties
parent7a45837b60c5cb5b3582167ccbf770c13bd21ea0 (diff)
Moved GlueGen out of the JOGL workspace and into its own project.
Restructured JOGL and JOAL build processes to separately invoke GlueGen's main build.xml before using it to generate their code. Refactored OS/CPU detection code into gluegen-cpptasks.xml build file in GlueGen workspace, which is now imported by both the JOGL and JOAL build processes. Unfortunately it seems to be somewhat difficult to completely factor out the C compiler configuration into the GlueGen workspace so this has been left for a later date. Added missed ALProcAddressLookup file to JOAL workspace. Updated JOGL and JOAL build documentation. More documentation for the GlueGen workspace is forthcoming. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@103 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/joal.properties')
-rwxr-xr-xmake/joal.properties13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/joal.properties b/make/joal.properties
index 436dc9f..635d975 100755
--- a/make/joal.properties
+++ b/make/joal.properties
@@ -12,19 +12,6 @@
# java.home.dir=C:/jdk1.4.2
#
-# 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
-# Solaris
-# antlr.jar=/export/kbr/ANTLR/antlr-2.7.2/antlr.jar
-
-#
# The required joal.lib.dir points to the directory containing the
# OpenAL library against which JOAL is linked. On Windows, this is the
# directory containing OpenAL32.lib (the import library); on other