Codebase list lwjgl / 35c8d59 platform_build / macosx_ant / build-symbol-list
35c8d59

Tree @35c8d59 (Download .tar.gz)

build-symbol-list @35c8d59raw · history · blame

1
2
3
4
#!/bin/sh

nm -g "$1"/*.o | grep "Java_" | cut -d ' ' -f3 | cut -c 1-
nm -g "$1"/*.o | grep "JNI_" | cut -d ' ' -f3 | cut -c 1-