Codebase list lwjgl / 61719b26-6252-40aa-bb54-c470fe5a40f1/main platform_build / macosx_ant / build-symbol-list
61719b26-6252-40aa-bb54-c470fe5a40f1/main

Tree @61719b26-6252-40aa-bb54-c470fe5a40f1/main (Download .tar.gz)

build-symbol-list @61719b26-6252-40aa-bb54-c470fe5a40f1/mainraw · history · blame

1
2
3
#!/bin/sh

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