diff options
author | Sven Gothel <[email protected]> | 2013-01-31 11:38:54 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-01-31 11:38:54 +0100 |
commit | 1b7fba6b6e1a53a36afaf72a152c468a4694402a (patch) | |
tree | 4e2d4eef1bb5ce2639979ec4208c8390815547a4 /make/joal.cfg | |
parent | 7c47fc72f44f27979c1631247188d99a21576dc8 (diff) |
JOAL Fixes: GlueGen, OpenAL Header, Added scripts/tests.sh,
- OpenAL Header
- Unique declaration in al-types.h and alc-types.h, remove duplicates in al.h and alc.h
- Use ALproc and ALCproc for opaque pointer return values
- GlueGen Fixes
- Remove duplicates in extension classes ALExt and ALExtConstants
- Push all common configurations to joal-common.cfg
- Complete ArgumentIsString for ALC methods
- Added scripts/tests.sh for convenient manual testing of single unit test
-
Diffstat (limited to 'make/joal.cfg')
-rwxr-xr-x | make/joal.cfg | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/make/joal.cfg b/make/joal.cfg index 5ce03f8..6b1bd32 100755 --- a/make/joal.cfg +++ b/make/joal.cfg @@ -21,24 +21,6 @@ Import java.security.PrivilegedAction # Factor out the OpenAL constants into their own interface Ignore ^AL_.+ -# This routine is not exposed in the public API -AccessControl alGetProcAddress PACKAGE_PRIVATE -# We also have to hack its return type for now because we can't make -# just that void* opaque -Opaque long ALproc - -# This routine doesn't seem to exist -Ignore alHint - -# Mappings for data types -Opaque boolean ALboolean - -# These routines use or return strings -ReturnsString alGetString -ArgumentIsString alIsExtensionPresent 0 -ArgumentIsString alGetEnumValue 0 -ArgumentIsString alGetProcAddress 0 - IncludeAs CustomJavaCode ALImpl joal-common-CustomJavaCode.java # Provide #includes to native code |