Revision: 3043
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3043&view=rev
Author: elias_naur
Date: 2008-04-24 10:45:50 -0700 (Thu, 24 Apr 2008)
Log Message:
-----------
Mac OS X: Added JNI_* methods to exported symbol list
Modified Paths:
--------------
trunk/LWJGL/platform_build/macosx_ant/build-symbol-list
Modified: trunk/LWJGL/platform_build/macosx_ant/build-symbol-list
===================================================================
--- trunk/LWJGL/platform_build/macosx_ant/build-symbol-list 2008-04-22 21:26:39 UTC (rev 3042)
+++ trunk/LWJGL/platform_build/macosx_ant/build-symbol-list 2008-04-24 17:45:50 UTC (rev 3043)
@@ -1,3 +1,4 @@
#!/bin/sh
nm -g "$1"/*.o | grep "Java_" | cut -d ' ' -f3 | cut -c 1-
+nm -g "$1"/*.o | grep "JNI_" | cut -d ' ' -f3 | cut -c 1-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|