diff options
Diffstat (limited to 'make/joal-alext-constants.cfg')
-rw-r--r-- | make/joal-alext-constants.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/joal-alext-constants.cfg b/make/joal-alext-constants.cfg index e645bb8..2d6e03c 100644 --- a/make/joal-alext-constants.cfg +++ b/make/joal-alext-constants.cfg @@ -4,6 +4,11 @@ Include joal-common.cfg Style InterfaceOnly JavaClass ALExtConstants +ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/AL.java +ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/ALConstants.java +ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/ALC.java +ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/ALCConstants.java + # Factor out the OpenAL constants into their own interface #IgnoreNot ^ALC_.+ IgnoreNot ^AL.+ |