Re: Any way to change a dynamic library target to static?
Re: Any way to change a dynamic library target to static?
- Subject: Re: Any way to change a dynamic library target to static?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 21 Sep 2011 18:06:26 +0200
Le 21 sept. 2011 à 17:52, Jens Alfke a écrit :
> I’ve got a target that builds a dynamic library. I’m now realizing that I want to build a static library instead. I don’t suppose there’s any way to change the target type?
>
> I’d rather not start over with a new target, as this one has a pretty complex setup that would take a while to recreate.
One thing you could try is to change the target type directly in the project file (using a text editor).
For static library, it should be:
productType = "com.apple.product-type.library.static";
That said, I never tried that, so I don't know how well it will work.
-- Jean-Daniel
_______________________________________________
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