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

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

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

1
2
3
#!/bin/sh

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