diff options
author | Sven Gothel <[email protected]> | 2023-06-09 20:26:42 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-09 20:26:42 +0200 |
commit | 56ef8e63a185250bb910e63043f0d882babfac3d (patch) | |
tree | 7a6f516911052d9733f21aa73fa6ef3020866cd4 /make | |
parent | 1a4305bbfd4f091fe8d57aa35a76de14ee83383c (diff) |
Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8c
Diffstat (limited to 'make')
-rwxr-xr-x | make/config/joal-alc.cfg | 1 | ||||
-rw-r--r-- | make/config/joal-alext.cfg | 1 | ||||
-rwxr-xr-x | make/config/joal.cfg | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/make/config/joal-alc.cfg b/make/config/joal-alc.cfg index 7858c46..efba5a6 100755 --- a/make/config/joal-alc.cfg +++ b/make/config/joal-alc.cfg @@ -42,7 +42,6 @@ ManuallyImplement alcGetString # going to wrap it in another method IncludeAs CustomJavaCode ALC joal-alc-CustomJavaCode.java IncludeAs CustomJavaCode ALCAbstractImpl joal-alcabstract-CustomJavaCode.java -ManualStaticInitCall ALCAbstractImpl # These routines use strings ArgumentIsString alcIsExtensionPresent 1 diff --git a/make/config/joal-alext.cfg b/make/config/joal-alext.cfg index 80e7ccc..da63612 100644 --- a/make/config/joal-alext.cfg +++ b/make/config/joal-alext.cfg @@ -39,7 +39,6 @@ Ignore ^AL_.+ Ignore ^ALC_.+ IncludeAs CustomJavaCode ALExtAbstractImpl joal-alextabstract-CustomJavaCode.java -ManualStaticInitCall ALExtAbstractImpl # These routines use or return strings ArgumentIsString alcLoopbackOpenDeviceSOFT 0 diff --git a/make/config/joal.cfg b/make/config/joal.cfg index ac368a3..050c000 100755 --- a/make/config/joal.cfg +++ b/make/config/joal.cfg @@ -30,7 +30,6 @@ Import java.security.PrivilegedAction Ignore ^AL_.+ IncludeAs CustomJavaCode ALImpl joal-al-CustomJavaCode.java -ManualStaticInitCall ALImpl # Provide #includes to native code CustomCCode #include "al.h" |