From: <sp...@us...> - 2011-07-10 18:48:29
|
Revision: 3564 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3564&view=rev Author: spasi Date: 2011-07-10 18:48:23 +0000 (Sun, 10 Jul 2011) Log Message: ----------- Attempt to fix MacOS build. Modified Paths: -------------- trunk/LWJGL/platform_build/macosx_ant/build.xml Modified: trunk/LWJGL/platform_build/macosx_ant/build.xml =================================================================== --- trunk/LWJGL/platform_build/macosx_ant/build.xml 2011-07-10 18:18:51 UTC (rev 3563) +++ trunk/LWJGL/platform_build/macosx_ant/build.xml 2011-07-10 18:48:23 UTC (rev 3564) @@ -26,6 +26,7 @@ <fileset dir="${native}/macosx" includes="*.m"/> <fileset dir="${native}/macosx" includes="*.c"/> <fileset dir="${native}/common" includes="*.c"/> + <fileset dir="${native}/common/opengl" includes="*.c"/> <fileset dir="${native}/generated/openal" includes="*.c"/> <fileset dir="${native}/generated/opencl" includes="*.c"/> <fileset dir="${native}/generated/opengl" includes="*.c"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |