enabled openal checks

This commit is contained in:
Elias Naur 2008-10-11 20:12:33 +00:00
parent 95a13203a1
commit f876246091
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<arg value="-d"/> <arg value="-d"/>
<arg path="${lwjgl.src.native}/generated"/> <arg path="${lwjgl.src.native}/generated"/>
<arg value="-Atypemap=org.lwjgl.util.generator.ALTypeMap"/> <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"/> <fileset dir="${lwjgl.src.templates}" includes="org/lwjgl/openal/AL10.java, org/lwjgl/openal/AL11.java"/>
</apply> </apply>
</target> </target>
@ -83,4 +83,4 @@
<fileset dir="${lwjgl.src.templates}" includes="${opengl-template-pattern}"/> <fileset dir="${lwjgl.src.templates}" includes="${opengl-template-pattern}"/>
</apply> </apply>
</target> </target>
</project> </project>