aboutsummaryrefslogtreecommitdiffstats
path: root/make/joal-constants.cfg
diff options
context:
space:
mode:
authorkbr <[email protected]>2004-02-03 01:07:38 +0000
committerkbr <[email protected]>2004-02-03 01:07:38 +0000
commitb2463271828cdceda306a933d5adb281850a6caa (patch)
tree9775a549b9327619ebe7ce46325978879409a915 /make/joal-constants.cfg
parenta970fc949b5e52ef7b673a670abc4c88e8c60eea (diff)
First working build of JOAL using GlueGen.
Still to do: EAX port, deletion of old manually-generated native code, testing on all non-Windows platforms, validation of demos. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/branches/gluegen-branch-1-0@85 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/joal-constants.cfg')
-rwxr-xr-xmake/joal-constants.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/make/joal-constants.cfg b/make/joal-constants.cfg
new file mode 100755
index 0000000..9abd941
--- /dev/null
+++ b/make/joal-constants.cfg
@@ -0,0 +1,12 @@
+# This .cfg file is used to generate the ALConstants interface.
+Include joal-common.cfg
+
+Style InterfaceOnly
+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;