diff options
author | Sven Gothel <[email protected]> | 2014-06-17 01:37:26 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-17 01:37:26 +0200 |
commit | 05d236515d37561a66b1e239984916e95a193cc8 (patch) | |
tree | 9f0acbe861f607ad423914591fd54a91bba53097 /make/config/joal.cfg | |
parent | 0ad86c6c50a10bb3a53cac6fff1b857bae9c6192 (diff) |
Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount call-by-value extension)
Diffstat (limited to 'make/config/joal.cfg')
-rwxr-xr-x | make/config/joal.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/joal.cfg b/make/config/joal.cfg index 661b84e..0128dd9 100755 --- a/make/config/joal.cfg +++ b/make/config/joal.cfg @@ -29,7 +29,8 @@ Import java.security.PrivilegedAction # Factor out the OpenAL constants into their own interface Ignore ^AL_.+ -IncludeAs CustomJavaCode ALImpl joal-common-CustomJavaCode.java +IncludeAs CustomJavaCode ALImpl joal-al-CustomJavaCode.java +ManualStaticInit ALImpl # Provide #includes to native code CustomCCode #include "al.h" |