lwjgl/platform_build/macosx_ant/build-symbol-list

5 lines
128 B
Plaintext
Raw Normal View History

#!/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-