Codebase list lwjgl / debian/2.4.2+dfsg-2 platform_build / macosx_ant / build-symbol-list
debian/2.4.2+dfsg-2

Tree @debian/2.4.2+dfsg-2 (Download .tar.gz)

build-symbol-list @debian/2.4.2+dfsg-2

35c8d59
 
 
 
1
2
3
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-