Codebase list lwjgl / 3530733 platform_build / macosx_ant / build-symbol-list
3530733

Tree @3530733 (Download .tar.gz)

build-symbol-list @3530733raw · history · blame

1
2
3
#!/bin/sh

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