Mac OS X: Added JNI_* methods to exported symbol list

This commit is contained in:
Elias Naur 2008-04-24 17:45:50 +00:00
parent d46bc5d297
commit 2de3d18566
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,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-