summaryrefslogtreecommitdiffstats
path: root/make/config/joal-constants.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/joal-constants.cfg')
-rwxr-xr-xmake/config/joal-constants.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/make/config/joal-constants.cfg b/make/config/joal-constants.cfg
new file mode 100755
index 0000000..1385370
--- /dev/null
+++ b/make/config/joal-constants.cfg
@@ -0,0 +1,8 @@
+# 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_.+