diff options
Diffstat (limited to 'make/joal-alext.cfg')
-rw-r--r-- | make/joal-alext.cfg | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/make/joal-alext.cfg b/make/joal-alext.cfg index 826f73e..96c0322 100644 --- a/make/joal-alext.cfg +++ b/make/joal-alext.cfg @@ -8,6 +8,11 @@ ImplJavaClass ALExtAbstractImpl AccessControl ALExtAbstractImpl PUBLIC_ABSTRACT Extends ALExt 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 + EmitProcAddressTable true ProcAddressTableClassName ALExtProcAddressTable GetProcAddressTableExpr alExtProcAddressTable @@ -24,10 +29,6 @@ Ignore ^ALC_.+ IncludeAs CustomJavaCode ALExtAbstractImpl joal-alextabstract-CustomJavaCode.java -# Mappings for data types -Opaque boolean ALCboolean -Opaque boolean ALboolean - # These routines use or return strings ArgumentIsString alcLoopbackOpenDeviceSOFT 0 |