blob: 2d6e03c118733c90aa53555e9a45d77bae5ddc1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This .cfg file is used to generate the ALCConstants interface.
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.+
|