aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorkbr <[email protected]>2008-08-29 19:13:07 +0000
committerkbr <[email protected]>2008-08-29 19:13:07 +0000
commit36890d05ef9de26c995e6a2b824fdcc60dfbd1b9 (patch)
tree88918923bc7293ffd9203766fc5b3eadcd22d5ea /make
parent6d127f0a4ff5c26a99e37de8f49d4a5ef155d629 (diff)
Removed AL_INVALID CustomJavaCode definition as the new GlueGen (on
the JOGL_2_SANDBOX branch) now handles this #define properly. This will break JOAL on the main branch, but this should be fixed soon and JOAL is not undergoing very active development at the moment anyway, so the latest snapshot should work for most people. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@989 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make')
-rwxr-xr-xmake/joal-constants.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/joal-constants.cfg b/make/joal-constants.cfg
index 9abd941..1385370 100755
--- a/make/joal-constants.cfg
+++ b/make/joal-constants.cfg
@@ -6,7 +6,3 @@ JavaClass ALConstants
# Factor out the OpenAL constants into their own interface
IgnoreNot ^AL_.+
-
-# Add back in the constants the PCPP can't currently parse
-# (FIXME: once it does, these lines will have to be removed)
-CustomJavaCode ALConstants public static final int AL_INVALID = -1;