|
From: <ma...@us...> - 2007-04-19 22:53:34
|
Revision: 2790
http://svn.sourceforge.net/java-game-lib/?rev=2790&view=rev
Author: matzon
Date: 2007-04-19 15:53:32 -0700 (Thu, 19 Apr 2007)
Log Message:
-----------
removed ALC from javah
added AL11 to generate-openal
Modified Paths:
--------------
trunk/LWJGL/build.xml
Modified: trunk/LWJGL/build.xml
===================================================================
--- trunk/LWJGL/build.xml 2007-04-19 22:49:49 UTC (rev 2789)
+++ trunk/LWJGL/build.xml 2007-04-19 22:53:32 UTC (rev 2790)
@@ -596,7 +596,6 @@
<class name="org.lwjgl.input.Keyboard" />
<class name="org.lwjgl.input.Mouse" />
- <class name="org.lwjgl.openal.ALC" />
<class name="org.lwjgl.openal.AL" />
<class name="org.lwjgl.opengl.GLContext" />
@@ -648,7 +647,7 @@
<arg path="${lwjgl.src.native}/generated"/>
<arg value="-Atypemap=org.lwjgl.util.generator.ALTypeMap"/>
<arg value="-Ageneratechecks"/>
- <fileset dir="${lwjgl.src.templates}" includes="org/lwjgl/openal/AL10.java"/>
+ <fileset dir="${lwjgl.src.templates}" includes="org/lwjgl/openal/AL10.java, org/lwjgl/openal/AL11.java"/>
</apply>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|