Codebase list lwjgl / upstream/latest platform_build / macosx_ant / build-symbol-list
upstream/latest

Tree @upstream/latest (Download .tar.gz)

build-symbol-list @upstream/latestraw · history · blame

1
2
3
#!/bin/sh

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