Library style: static -- ignored by Xcode?
Library style: static -- ignored by Xcode?
- Subject: Library style: static -- ignored by Xcode?
- From: Allan Odgaard <email@hidden>
- Date: Wed, 24 Mar 2004 09:53:26 +0100
Repost from the Xcode-list.
I need to create a static link library, I did so by new'ing a project,
choosing the "Cocoa Framework" template and then changed the build
style settings so that "library style" was set to "static" (other
options were dynamic and bundle).
This however does *not* give me a static library (as e.g. produced by
libtool), but instead a dynamic library.
Is there other options I must set in Xcode? or is this a bug/limitation?
** Cocoa FAQ: <
http://www.alastairs-place.net/cocoa/faq.txt> **
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.