[Xcode-Users] JNIEXPORT define different for 10.4 and 10.5
[Xcode-Users] JNIEXPORT define different for 10.4 and 10.5
- Subject: [Xcode-Users] JNIEXPORT define different for 10.4 and 10.5
- From: Alexander von Below <email@hidden>
- Date: Fri, 03 Oct 2008 13:42:03 +0200
Hello,
after much consideration I think that this is the right list to ask
this question, as it is less Java but more Tools/SDK oriented. Please
let me know if I am wrong.
The file $DEVELOPER_DIR/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/
JavaVM.framework/Headers/jni_md.h has the line
#define JNIEXPORT
wheras the file $DEVELOPER_DIR/SDKs/MacOSX10.5.sdk/System/Library/
Frameworks/JavaVM.framework/Headers/jni_md.h has
#define JNIEXPORT __attribute__((visibility("default")))
Both have the comment * @(#)jni_md.h 1.18 03/12/19
We want to build a jnilib compatible with 10.4, but would like to have
the JNIEXPORT defined like in 10.5.
Could anyone shed light on the background for this difference?
Thanks
Alex
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden