Codebase list lwjgl / debian/2.7.1+dfsg-3 platform_build / macosx_ant / build-symbol-list
debian/2.7.1+dfsg-3

Tree @debian/2.7.1+dfsg-3 (Download .tar.gz)

build-symbol-list @debian/2.7.1+dfsg-3raw · history · blame

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-