summaryrefslogtreecommitdiffstats
path: root/make/joal-alext-constants.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/joal-alext-constants.cfg')
-rw-r--r--make/joal-alext-constants.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/make/joal-alext-constants.cfg b/make/joal-alext-constants.cfg
deleted file mode 100644
index 4cd8cf0..0000000
--- a/make/joal-alext-constants.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-# This .cfg file is used to generate the ALCConstants interface.
-Include joal-common.cfg
-
-Style InterfaceOnly
-JavaClass ALExtConstants
-
-ExtendedIntfAndImplSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/AL.java
-ExtendedIntfAndImplSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/ALConstants.java
-ExtendedIntfAndImplSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/ALC.java
-ExtendedIntfAndImplSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/ALCConstants.java
-
-# Factor out the OpenAL constants into their own interface
-#IgnoreNot ^ALC_.+
-IgnoreNot ^AL.+