Revision: 3821
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3821&view=rev
Author: kappa1
Date: 2012-11-06 21:55:11 +0000 (Tue, 06 Nov 2012)
Log Message:
-----------
Fix main build file to generate MacOSXNativeKeyboard and MacOSXNativeMouse native headers
Modified Paths:
--------------
branches/osx-java7/LWJGL/build.xml
Modified: branches/osx-java7/LWJGL/build.xml
===================================================================
--- branches/osx-java7/LWJGL/build.xml 2012-11-06 21:45:45 UTC (rev 3820)
+++ branches/osx-java7/LWJGL/build.xml 2012-11-06 21:55:11 UTC (rev 3821)
@@ -322,6 +322,8 @@
<class name="org.lwjgl.opengl.MacOSXPbufferPeerInfo" />
<class name="org.lwjgl.opengl.MacOSXDisplay" />
<class name="org.lwjgl.opengl.MacOSXContextImplementation" />
+ <class name="org.lwjgl.opengl.MacOSXNativeKeyboard" />
+ <class name="org.lwjgl.opengl.MacOSXNativeMouse" />
</javah>
<javah classpath="${lwjgl.bin}" destdir="${lwjgl.src.headers}" force="yes">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|