diff options
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" |