default to generatechecks for openal. This is needed since initNativeStub expects methods to be indirect (nalEnable instead of alEnable).

This commit is contained in:
Brian Matzon 2009-03-19 19:12:37 +00:00
parent c7ca903ca8
commit 78b4301147
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<arg value="-d"/>
<arg path="${lwjgl.src.native}/generated"/>
<arg value="-Atypemap=org.lwjgl.util.generator.ALTypeMap"/>
<!-- <arg value="-Ageneratechecks"/> -->
<arg value="-Ageneratechecks"/>
<fileset dir="${lwjgl.src.templates}" includes="org/lwjgl/openal/AL10.java, org/lwjgl/openal/AL11.java"/>
</apply>
</target>