From 16c530c791dbf17e66618233600d9e3387f18da7 Mon Sep 17 00:00:00 2001 From: kbr Date: Sun, 15 Jan 2006 03:24:43 +0000 Subject: 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 --- make/joal.properties | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'make/joal.properties') diff --git a/make/joal.properties b/make/joal.properties index 436dc9f..635d975 100755 --- a/make/joal.properties +++ b/make/joal.properties @@ -11,19 +11,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 -- cgit v1.2.3