Codebase list lwjgl / scrub-obsolete/main platform_build / macosx_ant / build-symbol-list
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

build-symbol-list @scrub-obsolete/mainraw · history · blame

1
2
3
#!/bin/sh

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