XCode problem
XCode problem
- Subject: XCode problem
- From: Dmitry Markman <email@hidden>
- Date: Thu, 30 Oct 2003 01:31:21 -0500
Hi, I'm trying to create jnilib library
so I created new project: JNI application
and everything was fine
BUT, if I converted JNILib target to native, then I got a lot of
problems
1. it builds dynamic library with the name <target_name>.dylib
how I can suppress that .dylib? I want that product will have name
foo.jnilib
if I defined product name as foo.jnilib
XCode builds foo.jnilib.dylib
how I can change that behavior?
2. I tried to change library style to Bundle (menu in the Target Info
pane)
but XCode just ignores it
Dmitry Markman
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.