Codebase list lwjgl / debian/2.9.3+dfsg-4 platform_build / macosx_ant / build-symbol-list
debian/2.9.3+dfsg-4

Tree @debian/2.9.3+dfsg-4 (Download .tar.gz)

build-symbol-list @debian/2.9.3+dfsg-4raw · history · blame

1
2
3
#!/bin/sh

nm -j -g "$1"/*.o | grep -E "J(ava|NI)_[^.]*$"